Skip to content

Commit a1cc5dd

Browse files
committed
Format
1 parent 79975e9 commit a1cc5dd

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/FirebaseFirestore.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)