File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
firebase-firestore/src/main/java/com/google/firebase/firestore Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -381,8 +381,8 @@ public static void setLoggingEnabled(boolean loggingEnabled) {
381
381
* <p>Must be called while the FirebaseFirestore instance is not started (after the app is
382
382
* shutdown or when the app is first initialized). On startup, this method must be called before
383
383
* other methods (other than <code>setFirestoreSettings()</code>). If the FirebaseFirestore
384
- * instance is still running, the <code>Task</code> will fail with an error code of
385
- * <code> FAILED_PRECONDITION</code>.
384
+ * instance is still running, the <code>Task</code> will fail with an error code of <code>
385
+ * FAILED_PRECONDITION</code>.
386
386
*
387
387
* <p>Note: <code>clearPersistence()</code> is primarily intended to help write reliable tests
388
388
* that use Cloud Firestore. It uses an efficient mechanism for dropping existing data but does
You can’t perform that action at this time.
0 commit comments