Skip to content

Commit 1c84b8e

Browse files
authored
Add missing parenthesis to link. (#1761)
* Add missing parenthesis to link.
1 parent bc666db commit 1c84b8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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
*
@@ -308,7 +308,7 @@ 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
311+
* com.google.firebase.installations.FirebaseInstallations#delete()}. Sending a Fetch request after
312312
* deletion will create a new installation ID for this Firebase installation and resume the
313313
* periodic sync.
314314
*
@@ -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)