From 4b6ae9f8dcb946ff64466ad2c4d9cdc7c4555925 Mon Sep 17 00:00:00 2001 From: Dennis Schiese <135758800+dschiese@users.noreply.github.com> Date: Mon, 11 Mar 2024 10:54:16 +0100 Subject: [PATCH] Update TriplestoreEndpointIdentifier.java Changes due to Javadoc implementation --- .../TriplestoreEndpointIdentifier.java | 20 ------------------- 1 file changed, 20 deletions(-) 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 {