Skip to content

Commit 34e356d

Browse files
committed
Run formatter.
1 parent baadaa8 commit 34e356d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ public class FirebaseRemoteConfig {
6767
* FirebaseApp} has been initialized yet, this method throws an {@link IllegalStateException}.
6868
*
6969
* <p>To identify the current app instance, the fetch request creates a Firebase Installations ID,
70-
* which periodically sends data to the Firebase backend. To stop the periodic sync, call
71-
* {@link com.google.firebase.installations.FirebaseInstallations#delete}. To create a new token
72-
* and resume the periodic sync, call {@code fetch} again.
70+
* which periodically sends data to the Firebase backend. To stop the periodic sync, call {@link
71+
* com.google.firebase.installations.FirebaseInstallations#delete}. To create a new token and
72+
* resume the periodic sync, call {@code fetch} again.
7373
*
7474
* @return A singleton instance of {@link FirebaseRemoteConfig} for the default {@link
7575
* FirebaseApp}.
@@ -304,9 +304,9 @@ public Task<Boolean> activate() {
304304
* default is 12 hours.
305305
*
306306
* <p>To identify the current app instance, the fetch request creates a Firebase Instance ID,
307-
* which periodically sends data to the Firebase backend. To stop the periodic sync, call
308-
* {@link com.google.firebase.installations.FirebaseInstallations#delete}. To create a new token
309-
* and resume the periodic sync, call {@code fetch} again.
307+
* which periodically sends data to the Firebase backend. To stop the periodic sync, call {@link
308+
* com.google.firebase.installations.FirebaseInstallations#delete}. To create a new token and
309+
* resume the periodic sync, call {@code fetch} again.
310310
*
311311
* @return {@link Task} representing the {@code fetch} call.
312312
*/
@@ -327,9 +327,9 @@ public Task<Void> fetch() {
327327
* configs are either served from local storage, or fetched from the backend.
328328
*
329329
* <p>To identify the current app instance, the fetch request creates a Firebase Instance ID,
330-
* which periodically sends data to the Firebase backend. To stop the periodic sync, call
331-
* {@link com.google.firebase.installations.FirebaseInstallations#delete}. To create a new token
332-
* and resume the periodic sync, call {@code fetch} again.
330+
* which periodically sends data to the Firebase backend. To stop the periodic sync, call {@link
331+
* com.google.firebase.installations.FirebaseInstallations#delete}. To create a new token and
332+
* resume the periodic sync, call {@code fetch} again.
333333
*
334334
* @param minimumFetchIntervalInSeconds If configs in the local storage were fetched more than
335335
* this many seconds ago, configs are served from the backend instead of local storage.

0 commit comments

Comments
 (0)