Skip to content

Commit b94f80c

Browse files
batkovnatario1
authored andcommitted
Make isLocalDataStoreEnabled public (#682)
1 parent d8f96ff commit b94f80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ static void setLocalDatastore(OfflineStore offlineStore) {
259259
Parse.offlineStore = offlineStore;
260260
}
261261

262-
static boolean isLocalDatastoreEnabled() {
262+
public static boolean isLocalDatastoreEnabled() {
263263
return isLocalDatastoreEnabled;
264264
}
265265

0 commit comments

Comments
 (0)