File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
firebase-config/src/main/java/com/google/firebase/remoteconfig Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -562,8 +562,8 @@ public Task<Void> reset() {
562
562
*
563
563
* @param configUpdateListener A {@link ConfigUpdateListener} that can be used to respond to
564
564
* 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.
567
567
*/
568
568
@ NonNull
569
569
public ConfigUpdateListenerRegistration addOnConfigUpdateListener (
You can’t perform that action at this time.
0 commit comments