Skip to content

Commit f39540e

Browse files
authored
clientKey can be null now (#613)
1 parent 2611253 commit f39540e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

-5
Original file line numberDiff line numberDiff line change
@@ -654,11 +654,6 @@ static void checkInit() {
654654
+ "You must call Parse.initialize(Context)"
655655
+ " before using the Parse library.");
656656
}
657-
if (ParsePlugins.get().clientKey() == null) {
658-
throw new RuntimeException("clientKey is null. "
659-
+ "You must call Parse.initialize(Context)"
660-
+ " before using the Parse library.");
661-
}
662657
}
663658

664659
static void checkContext() {

0 commit comments

Comments
 (0)