From 3be888d5d9c9869dfc79758ecbcde457a859a86c Mon Sep 17 00:00:00 2001 From: Rodrigo Lazo Paz Date: Mon, 6 Jul 2020 16:32:11 -0400 Subject: [PATCH 1/2] Add missing parenthesis to link. --- .../com/google/firebase/remoteconfig/FirebaseRemoteConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase-config/src/main/java/com/google/firebase/remoteconfig/FirebaseRemoteConfig.java b/firebase-config/src/main/java/com/google/firebase/remoteconfig/FirebaseRemoteConfig.java index 78686c17b94..20480c4bc3e 100644 --- a/firebase-config/src/main/java/com/google/firebase/remoteconfig/FirebaseRemoteConfig.java +++ b/firebase-config/src/main/java/com/google/firebase/remoteconfig/FirebaseRemoteConfig.java @@ -308,7 +308,7 @@ public Task activate() { *

Note: Also initializes the Firebase installations SDK that creates installation IDs to * identify Firebase installations and periodically sends data to Firebase servers. Remote Config * requires installation IDs for Fetch requests. To stop the periodic sync, call {@link - * com.google.firebase.installations.FirebaseInstallations#delete}. Sending a Fetch request after + * com.google.firebase.installations.FirebaseInstallations#delete()}. Sending a Fetch request after * deletion will create a new installation ID for this Firebase installation and resume the * periodic sync. * From 9a1ccaeab01d3244fd54eea783958d6359b0947f Mon Sep 17 00:00:00 2001 From: Rodrigo Lazo Paz Date: Mon, 6 Jul 2020 17:08:58 -0400 Subject: [PATCH 2/2] Update missing instances. --- .../google/firebase/remoteconfig/FirebaseRemoteConfig.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firebase-config/src/main/java/com/google/firebase/remoteconfig/FirebaseRemoteConfig.java b/firebase-config/src/main/java/com/google/firebase/remoteconfig/FirebaseRemoteConfig.java index 20480c4bc3e..9b64d4a68ca 100644 --- a/firebase-config/src/main/java/com/google/firebase/remoteconfig/FirebaseRemoteConfig.java +++ b/firebase-config/src/main/java/com/google/firebase/remoteconfig/FirebaseRemoteConfig.java @@ -69,7 +69,7 @@ public class FirebaseRemoteConfig { *

Note: Also initializes the Firebase installations SDK that creates installation IDs to * identify Firebase installations and periodically sends data to Firebase servers. Remote Config * requires installation IDs for Fetch requests. To stop the periodic sync, call {@link - * com.google.firebase.installations.FirebaseInstallations#delete}. Sending a Fetch request after + * com.google.firebase.installations.FirebaseInstallations#delete()}. Sending a Fetch request after * deletion will create a new installation ID for this Firebase installation and resume the * periodic sync. * @@ -333,7 +333,7 @@ public Task fetch() { *

Note: Also initializes the Firebase installations SDK that creates installation IDs to * identify Firebase installations and periodically sends data to Firebase servers. Remote Config * requires installation IDs for Fetch requests. To stop the periodic sync, call {@link - * com.google.firebase.installations.FirebaseInstallations#delete}. Sending a Fetch request after + * com.google.firebase.installations.FirebaseInstallations#delete()}. Sending a Fetch request after * deletion will create a new installation ID for this Firebase installation and resume the * periodic sync. *