@@ -69,7 +69,7 @@ public class FirebaseRemoteConfig {
69
69
* <p>Note: Also initializes the Firebase installations SDK that creates installation IDs to
70
70
* identify Firebase installations and periodically sends data to Firebase servers. Remote Config
71
71
* 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
73
73
* deletion will create a new installation ID for this Firebase installation and resume the
74
74
* periodic sync.
75
75
*
@@ -308,7 +308,7 @@ public Task<Boolean> activate() {
308
308
* <p>Note: Also initializes the Firebase installations SDK that creates installation IDs to
309
309
* identify Firebase installations and periodically sends data to Firebase servers. Remote Config
310
310
* requires installation IDs for Fetch requests. To stop the periodic sync, call {@link
311
- * com.google.firebase.installations.FirebaseInstallations#delete}. Sending a Fetch request after
311
+ * com.google.firebase.installations.FirebaseInstallations#delete() }. Sending a Fetch request after
312
312
* deletion will create a new installation ID for this Firebase installation and resume the
313
313
* periodic sync.
314
314
*
@@ -333,7 +333,7 @@ public Task<Void> fetch() {
333
333
* <p>Note: Also initializes the Firebase installations SDK that creates installation IDs to
334
334
* identify Firebase installations and periodically sends data to Firebase servers. Remote Config
335
335
* 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
337
337
* deletion will create a new installation ID for this Firebase installation and resume the
338
338
* periodic sync.
339
339
*
0 commit comments