Skip to content

Commit c7ff5c8

Browse files
committed
Fix code style.
1 parent 4fb6cdc commit c7ff5c8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ 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
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
7474
* periodic sync.
7575
*
7676
* @return A singleton instance of {@link FirebaseRemoteConfig} for the default {@link
@@ -308,8 +308,8 @@ public Task<Boolean> activate() {
308308
* <p>Note: Also initializes the Firebase installations SDK that creates installation IDs to
309309
* identify Firebase installations and periodically sends data to Firebase servers. Remote Config
310310
* 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
313313
* periodic sync.
314314
*
315315
* @return {@link Task} representing the {@code fetch} call.
@@ -333,8 +333,8 @@ 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
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
338338
* periodic sync.
339339
*
340340
* @param minimumFetchIntervalInSeconds If configs in the local storage were fetched more than

0 commit comments

Comments
 (0)