Skip to content

Commit

Permalink
remove indexRetrieval function
Browse files Browse the repository at this point in the history
  • Loading branch information
geektortoise committed Nov 7, 2019
1 parent e249926 commit 380eea7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/be/cytomine/client/Cytomine.java
Original file line number Diff line number Diff line change
Expand Up @@ -763,11 +763,6 @@ public String getSimplified(String wkt, Long min, Long max) throws CytomineExcep
}


public void indexToRetrieval(Long id, Long container, String url) throws CytomineException {
String data = "{id : " + id + ", container : " + container + ", url : '" + url + "'}";
defaultCytomineConnection.doPost("/retrieval-web/api/resource.json", data);
}

public String getImageServersOfAbstractImage(Long abstractImageID) {

String subUrl = "/api/abstractimage/"+abstractImageID+"/imageservers.json";
Expand Down

0 comments on commit 380eea7

Please sign in to comment.