Skip to content

Commit 029578b

Browse files
author
Michael Lehenbauer
committed
Comment tweak based on CR feedback.
1 parent b41687f commit 029578b

File tree

1 file changed

+4
-1
lines changed
  • firebase-firestore/src/main/java/com/google/firebase/firestore/core

1 file changed

+4
-1
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/core/Query.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ public Query(
8282
this.endAt = endAt;
8383
}
8484

85-
/** Initializes a Query with a path and (optional) collectionGroup. */
85+
/**
86+
* Initializes a Query with a path and (optional) collectionGroup. Path must currently be
87+
* empty in the case of a collection group query.
88+
*/
8689
public Query(ResourcePath path, @Nullable String collectionGroup) {
8790
this(
8891
path,

0 commit comments

Comments
 (0)