We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8285b2f commit 9b51639Copy full SHA for 9b51639
src/main/java/org/springframework/data/couchbase/core/ReactiveRemoveByIdOperation.java
@@ -84,10 +84,10 @@ interface TerminatingRemoveById extends OneAndAllIdReactive<RemoveResult> {
84
/**
85
* Remove the documents in the collection. Requires whole entity for transaction to have the cas.
86
*
87
- * @param ids the document IDs.
+ * @param entities the entities to remove.
88
* @return result of the removes.
89
*/
90
- Flux<RemoveResult> allEntities(Collection<Object> ids);
+ Flux<RemoveResult> allEntities(Collection<Object> entities);
91
92
}
93
0 commit comments