Skip to content

Commit 7af9388

Browse files
committed
Change 'the user' to 'you'.
1 parent bf48ada commit 7af9388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase-config/src/main/java/com/google/firebase/remoteconfig/FirebaseRemoteConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -562,8 +562,8 @@ public Task<Void> reset() {
562562
*
563563
* @param configUpdateListener A {@link ConfigUpdateListener} that can be used to respond to
564564
* config updates when they're fetched.
565-
* @return A {@link ConfigUpdateListenerRegistration} that allows the user to remove the added
566-
* {@code configUpdateListener} and close the connection when there are no more listeners.
565+
* @return A {@link ConfigUpdateListenerRegistration} that allows you to remove the added {@code
566+
* configUpdateListener} and close the connection when there are no more listeners.
567567
*/
568568
@NonNull
569569
public ConfigUpdateListenerRegistration addOnConfigUpdateListener(

0 commit comments

Comments
 (0)