Skip to content

Commit ff3ee8c

Browse files
committed
Reword comment
1 parent 43ec7a0 commit ff3ee8c

File tree

1 file changed

+1
-1
lines changed
  • firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/impl

1 file changed

+1
-1
lines changed

firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/impl/SignInStorage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ private SharedPreferences getSharedPreferencesBlocking() {
6464

6565
private <T> Task<T> applyToSharedPreferences(SharedPreferencesFunction<T> func) {
6666
// Check nullness of sharedPreferences directly even though multiple threads could be calling
67-
// this function at once. This isn't a problem because: 1) once it is set it will never be set,
67+
// this function at once. This isn't a problem because: 1) once it is set it will never be reset
6868
// back to null, and 2) even if it is initialized twice on different threads the second call
6969
// will get the exact same instance.
7070
if (sharedPreferences != null) {

0 commit comments

Comments
 (0)