Skip to content

Commit 7917f7b

Browse files
committed
Revert stuff
1 parent b188e0a commit 7917f7b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import java.util.Date;
1919
import java.util.List;
2020
import java.util.Map;
21-
import java.util.regex.Pattern;
2221

2322
/**
2423
* A {@code ParseEncoder} can be used to transform objects such as {@link ParseObjects} into JSON
@@ -42,8 +41,6 @@ abstract class ParseEncoder {
4241
|| value instanceof ParseFile
4342
|| value instanceof ParseGeoPoint
4443
|| value instanceof ParsePolygon
45-
|| value instanceof ParseRelation
46-
|| value instanceof Pattern
4744
|| value instanceof ParseRelation;
4845
}
4946

0 commit comments

Comments
 (0)