File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
firebase-firestore/src/main/java/com/google/firebase/firestore Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ private static FirebaseApp getDefaultFirebaseApp() {
115115
116116 /**
117117 * Returns the default {@link FirebaseFirestore} instance associated with the default {@link
118- * FirebaseApp}. Returns the same instance for all invocations. If no instance exists,
119- * initializes a new instance with default settings.
118+ * FirebaseApp}. Returns the same instance for all invocations. If no instance exists, initializes
119+ * a new instance with default settings.
120120 *
121121 * @returns The {@link FirebaseFirestore} instance.
122122 */
@@ -141,8 +141,8 @@ public static FirebaseFirestore getInstance(@NonNull FirebaseApp app) {
141141
142142 /**
143143 * Returns the {@link FirebaseFirestore} instance that is associated with the default {@link
144- * FirebaseApp}. Returns the same instance for all invocations given the same database
145- * parameter. If no instance exists, initializes a new instance with default settings.
144+ * FirebaseApp}. Returns the same instance for all invocations given the same database parameter.
145+ * If no instance exists, initializes a new instance with default settings.
146146 *
147147 * @param database - The name of database.
148148 * @returns The {@link FirebaseFirestore} instance.
You can’t perform that action at this time.
0 commit comments