diff --git a/qanary_commons/src/main/java/eu/wdaqua/qanary/business/TriplestoreEndpointIdentifier.java b/qanary_commons/src/main/java/eu/wdaqua/qanary/business/TriplestoreEndpointIdentifier.java index 135f5f62..a0129765 100644 --- a/qanary_commons/src/main/java/eu/wdaqua/qanary/business/TriplestoreEndpointIdentifier.java +++ b/qanary_commons/src/main/java/eu/wdaqua/qanary/business/TriplestoreEndpointIdentifier.java @@ -35,10 +35,6 @@ private boolean isStardog5orHigher() { /** * if required by the configuration the endpoint URL is rewritten - * - * @param url - * @return - * @throws URISyntaxException */ @Deprecated public URI getSelectEndpoint(URI uri) throws URISyntaxException { @@ -53,10 +49,6 @@ public URI getSelectEndpoint(URI uri) throws URISyntaxException { /** * if required by the configuration the endpoint URL is rewritten - * - * @param url - * @return - * @throws URISyntaxException */ @Deprecated public URI getAskEndpoint(URI uri) throws URISyntaxException { @@ -69,10 +61,6 @@ public URI getAskEndpoint(URI uri) throws URISyntaxException { /** * if required by the configuration the endpoint URL is rewritten - * - * @param url - * @return - * @throws URISyntaxException */ @Deprecated public URI getUpdateEndpoint(URI uri) throws URISyntaxException { @@ -87,10 +75,6 @@ public URI getUpdateEndpoint(URI uri) throws URISyntaxException { /** * if required by the configuration the endpoint URL is rewritten - * - * @param url - * @return - * @throws URISyntaxException */ @Deprecated public URI getCreateEndpoint(URI url) throws URISyntaxException { @@ -103,10 +87,6 @@ public URI getCreateEndpoint(URI url) throws URISyntaxException { /** * if required by the configuration the endpoint URL is rewritten - * - * @param url - * @return - * @throws URISyntaxException */ @Deprecated public URI getLoadEndpoint(URI uri) throws URISyntaxException {