We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b188e0a commit 7917f7bCopy full SHA for 7917f7b
Parse/src/main/java/com/parse/ParseEncoder.java
@@ -18,7 +18,6 @@
18
import java.util.Date;
19
import java.util.List;
20
import java.util.Map;
21
-import java.util.regex.Pattern;
22
23
/**
24
* A {@code ParseEncoder} can be used to transform objects such as {@link ParseObjects} into JSON
@@ -42,8 +41,6 @@ abstract class ParseEncoder {
42
41
|| value instanceof ParseFile
43
|| value instanceof ParseGeoPoint
44
|| value instanceof ParsePolygon
45
- || value instanceof ParseRelation
46
- || value instanceof Pattern
47
|| value instanceof ParseRelation;
48
}
49
0 commit comments