We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c409fbb commit 3de6ac2Copy full SHA for 3de6ac2
1 file changed
src/main/java/com/googlecode/objectify/cmd/Query.java
@@ -21,7 +21,6 @@ public interface Query<T> extends SimpleQuery<T>
21
* <li>{@code filter("age =", age)}</li>
22
* <li>{@code filter("age", age)} (if no operator, = is assumed)</li>
23
* <li>{@code filter("age !=", age)}</li>
24
- * <li>{@code filter("age in", ageList)}</li>
25
* </ul>
26
*
27
* <p><strong>The space between the property name and the operator is required.</strong>
0 commit comments