Skip to content

Commit

Permalink
refactoring : removed duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
rommansabbir committed Aug 15, 2024
1 parent 6d208d7 commit 6887cfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parse/src/main/java/com/parse/ParseCorePlugins.java
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ public ParseCurrentUserController getCurrentUserController() {
new ParseObjectStoreMigrator<>(encryptedFileObjectStore, store);
ParseCurrentUserController controller = new CachedCurrentUserController(storeMigrator);
currentUserController.compareAndSet(null, controller);
currentUserController.compareAndSet(null, controller);
}
return currentUserController.get();
}
Expand Down

0 comments on commit 6887cfe

Please sign in to comment.