Skip to content

Commit b188e0a

Browse files
Eduard Bosch Bertranrogerhu
authored andcommitted
fix: Remove unexistent call
1 parent 689b987 commit b188e0a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Parse/src/main/java/com/parse/ParseQuery.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1717,8 +1717,6 @@ public ParseQuery<T> whereFullText(String key, String text) {
17171717
* @return this, so you can chain this call.
17181718
*/
17191719
public ParseQuery<T> whereContainsAllStartsWith(String key, Collection<String> values) {
1720-
checkIfRunning();
1721-
17221720
ArrayList<KeyConstraints> startsWithConstraints = new ArrayList<>();
17231721
for (String value : values) {
17241722
KeyConstraints keyConstraints = new KeyConstraints();

0 commit comments

Comments
 (0)