@@ -69,8 +69,8 @@ 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
73
- * deletion will create a new installation ID for this Firebase installation and resume the
72
+ * com.google.firebase.installations.FirebaseInstallations#delete()}. Sending a Fetch request
73
+ * after deletion will create a new installation ID for this Firebase installation and resume the
74
74
* periodic sync.
75
75
*
76
76
* @return A singleton instance of {@link FirebaseRemoteConfig} for the default {@link
@@ -308,8 +308,8 @@ 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
312
- * deletion will create a new installation ID for this Firebase installation and resume the
311
+ * com.google.firebase.installations.FirebaseInstallations#delete()}. Sending a Fetch request
312
+ * after deletion will create a new installation ID for this Firebase installation and resume the
313
313
* periodic sync.
314
314
*
315
315
* @return {@link Task} representing the {@code fetch} call.
@@ -333,8 +333,8 @@ 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
337
- * deletion will create a new installation ID for this Firebase installation and resume the
336
+ * com.google.firebase.installations.FirebaseInstallations#delete()}. Sending a Fetch request
337
+ * after deletion will create a new installation ID for this Firebase installation and resume the
338
338
* periodic sync.
339
339
*
340
340
* @param minimumFetchIntervalInSeconds If configs in the local storage were fetched more than
0 commit comments