We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b932f74 commit 8b83a78Copy full SHA for 8b83a78
firebase-firestore/src/main/java/com/google/firebase/firestore/FirebaseFirestoreSettings.java
@@ -146,7 +146,7 @@ public Builder setCacheSizeBytes(long value) {
146
}
147
148
/** @return the host of the Cloud Firestore backend. */
149
- @Nullable
+ @NonNull
150
public String getHost() {
151
return host;
152
@@ -156,9 +156,7 @@ public boolean isSslEnabled() {
156
return sslEnabled;
157
158
159
- /**
160
- * @return boolean indicating whether local persistent storage is enabled or not.
161
- */
+ /** @return boolean indicating whether local persistent storage is enabled or not. */
162
public boolean isPersistenceEnabled() {
163
return persistenceEnabled;
164
0 commit comments