Skip to content

Commit 9244537

Browse files
author
Greg Soltis
committed
Formatting
1 parent 8cb050a commit 9244537

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/FirebaseFirestoreSettings.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
@PublicApi
2626
public final class FirebaseFirestoreSettings {
2727
/**
28-
* Constant to use with {@link
29-
* FirebaseFirestoreSettings.Builder#setCacheSizeBytes(long)} to disable garbage collection.
28+
* Constant to use with {@link FirebaseFirestoreSettings.Builder#setCacheSizeBytes(long)} to
29+
* disable garbage collection.
3030
*/
3131
@PublicApi public static final long CACHE_SIZE_UNLIMITED = -1;
3232

@@ -140,8 +140,8 @@ public Builder setTimestampsInSnapshotsEnabled(boolean value) {
140140
* guarantee that the cache will stay below that size, only that if the cache exceeds the given
141141
* size, cleanup will be attempted.
142142
*
143-
* <p>The default value is 100 MB. The threshold must be set to at least 1 MB, and can be set
144-
* to {@link FirebaseFirestoreSettings#CACHE_SIZE_UNLIMITED} to disable garbage collection.
143+
* <p>The default value is 100 MB. The threshold must be set to at least 1 MB, and can be set to
144+
* {@link FirebaseFirestoreSettings#CACHE_SIZE_UNLIMITED} to disable garbage collection.
145145
*
146146
* @return A settings object on which the cache size is configured as specified by the given
147147
* {@code value}.

0 commit comments

Comments
 (0)