Skip to content

Commit 3be888d

Browse files
committed
Add missing parenthesis to link.
1 parent bc666db commit 3be888d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
*

0 commit comments

Comments
 (0)