Skip to content

Commit 3de6ac2

Browse files
committed
Remove 'in' from the query documentation
Until it's supported by the low level api
1 parent c409fbb commit 3de6ac2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • src/main/java/com/googlecode/objectify/cmd

src/main/java/com/googlecode/objectify/cmd/Query.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public interface Query<T> extends SimpleQuery<T>
2121
* <li>{@code filter("age =", age)}</li>
2222
* <li>{@code filter("age", age)} (if no operator, = is assumed)</li>
2323
* <li>{@code filter("age !=", age)}</li>
24-
* <li>{@code filter("age in", ageList)}</li>
2524
* </ul>
2625
*
2726
* <p><strong>The space between the property name and the operator is required.</strong>

0 commit comments

Comments
 (0)