Skip to content

Commit 6887cfe

Browse files
committed
refactoring : removed duplicate code
1 parent 6d208d7 commit 6887cfe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

parse/src/main/java/com/parse/ParseCorePlugins.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ public ParseCurrentUserController getCurrentUserController() {
142142
new ParseObjectStoreMigrator<>(encryptedFileObjectStore, store);
143143
ParseCurrentUserController controller = new CachedCurrentUserController(storeMigrator);
144144
currentUserController.compareAndSet(null, controller);
145-
currentUserController.compareAndSet(null, controller);
146145
}
147146
return currentUserController.get();
148147
}

0 commit comments

Comments
 (0)