Skip to content

Commit

Permalink
Update TriplestoreEndpointIdentifier.java
Browse files Browse the repository at this point in the history
Changes due to Javadoc implementation
  • Loading branch information
dschiese authored Mar 11, 2024
1 parent c4923a5 commit 4b6ae9f
Showing 1 changed file with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand All @@ -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 {
Expand All @@ -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 {
Expand All @@ -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 {
Expand Down

0 comments on commit 4b6ae9f

Please sign in to comment.