Skip to content

Commit 3f0ddc2

Browse files
Update statement for custom signal limits.
1 parent eb44b5c commit 3f0ddc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,9 +656,9 @@ private Task<Void> setDefaultsWithStringsMapAsync(Map<String, String> defaultsSt
656656
* Asynchronously changes the custom signals for this {@link FirebaseRemoteConfig} instance.
657657
*
658658
* <p>Custom signals are subject to limits on the size of key/value pairs and the total
659-
* number of signals. Any calls that exceed these limits will be discarded. See the <a
659+
* number of signals. Any calls that exceed these limits will be discarded. See <a
660660
* href="https://firebase.google.com/docs/remote-config/parameters?template_type=client#custom-signal-limits">Custom
661-
* Signal Limits</a> to check them.
661+
* Signal Limits</a>.
662662
*
663663
* @param customSignals The custom signals to set for this instance.
664664
* <ul>

0 commit comments

Comments
 (0)