Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 9002de8

Browse files
committed
chore(Index): Add missing @deprecated
1 parent 0cac373 commit 9002de8

File tree

1 file changed

+1
-0
lines changed
  • algoliasearch/src/main/java/com/algolia/search/saas

1 file changed

+1
-0
lines changed

algoliasearch/src/main/java/com/algolia/search/saas/Index.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,7 @@ public Request deleteByQueryAsync(@NonNull Query query, CompletionHandler comple
759759
* @param query The query that objects to delete must match.
760760
* @param requestOptions Request-specific options.
761761
* @param completionHandler The listener that will be notified of the request's outcome.
762+
* @deprecated use {@link Index#deleteByAsync(Query, CompletionHandler)} instead.
762763
* @return A cancellable request.
763764
*/
764765
public Request deleteByQueryAsync(@NonNull Query query, @Nullable final RequestOptions requestOptions, CompletionHandler completionHandler) {

0 commit comments

Comments
 (0)