Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
remove fetchAllDocuments route
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitvidis committed Jun 6, 2017
1 parent bdd253e commit 0555139
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 176 deletions.
9 changes: 0 additions & 9 deletions src/main/java/io/kuzzle/sdk/core/Collection.java
Original file line number Diff line number Diff line change
Expand Up @@ -869,15 +869,6 @@ public void onError(JSONObject error) {
}
}

/**
* Retrieves all documents stored in this data collection.
*
* @param listener the listener
*/
public void fetchAllDocuments(@NonNull final ResponseListener<ArrayList<Document>> listener) {
this.fetchAllDocuments(new Options(), listener);
}

/**
* Retrieves all documents stored in this data collection.
*
Expand Down

This file was deleted.

0 comments on commit 0555139

Please sign in to comment.