Skip to content

Commit 9a1ccae

Browse files
committed
Update missing instances.
1 parent 3be888d commit 9a1ccae

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
@@ -69,7 +69,7 @@ public class FirebaseRemoteConfig {
6969
* <p>Note: Also initializes the Firebase installations SDK that creates installation IDs to
7070
* identify Firebase installations and periodically sends data to Firebase servers. Remote Config
7171
* requires installation IDs for Fetch requests. To stop the periodic sync, call {@link
72-
* com.google.firebase.installations.FirebaseInstallations#delete}. Sending a Fetch request after
72+
* com.google.firebase.installations.FirebaseInstallations#delete()}. Sending a Fetch request after
7373
* deletion will create a new installation ID for this Firebase installation and resume the
7474
* periodic sync.
7575
*
@@ -333,7 +333,7 @@ public Task<Void> fetch() {
333333
* <p>Note: Also initializes the Firebase installations SDK that creates installation IDs to
334334
* identify Firebase installations and periodically sends data to Firebase servers. Remote Config
335335
* requires installation IDs for Fetch requests. To stop the periodic sync, call {@link
336-
* com.google.firebase.installations.FirebaseInstallations#delete}. Sending a Fetch request after
336+
* com.google.firebase.installations.FirebaseInstallations#delete()}. Sending a Fetch request after
337337
* deletion will create a new installation ID for this Firebase installation and resume the
338338
* periodic sync.
339339
*

0 commit comments

Comments
 (0)