Skip to content

Commit 4471d23

Browse files
committed
Update comment
1 parent c3cf46b commit 4471d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/FirebaseCrashlytics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ public void recordException(
228228
return;
229229
}
230230

231-
if (customKeys == null) { // It's possible to set this to null even with the annotation.
231+
if (customKeys == null) { // Users could call this with null despite the annotation.
232232
customKeys = Map.of();
233233
}
234234

0 commit comments

Comments
 (0)