File tree 2 files changed +2
-2
lines changed
firebase-firestore/src/main/java/com/google/firebase/firestore 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public Task<AggregateQuerySnapshot> get(@NonNull AggregateSource source) {
78
78
* <ol>
79
79
* <li>{@code object} is a non-null instance of {@link AggregateQuery}.
80
80
* <li>{@code object} performs the same aggregations as this {@link AggregateQuery}.
81
- * <li>{@code object} has the same underlying {@link Query} as this {@link AggregateQuery} .
81
+ * <li>The underlying {@link Query} of {@code object} compares equal to that of this object .
82
82
* </ol>
83
83
*
84
84
* @param object The object to compare to this object for equality.
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public long getCount() {
56
56
*
57
57
* <ol>
58
58
* <li>{@code object} is a non-null instance of {@link AggregateQuerySnapshot}.
59
- * <li>{@code object} has the same {@link AggregateQuery} as this object.
59
+ * <li>The {@link AggregateQuery} of {@code object} compares equal to that of this object.
60
60
* <li>{@code object} has the same results as this object.
61
61
* </ol>
62
62
*
You can’t perform that action at this time.
0 commit comments