@@ -35,9 +35,7 @@ public class AggregateQuery {
35
35
this .query = query ;
36
36
}
37
37
38
- /**
39
- * Returns the query whose aggregations will be calculated by this object.
40
- */
38
+ /** Returns the query whose aggregations will be calculated by this object. */
41
39
@ NonNull
42
40
public Query getQuery () {
43
41
return query ;
@@ -78,14 +76,14 @@ public Task<AggregateQuerySnapshot> get(@NonNull AggregateSource source) {
78
76
* conditions are satisfied:
79
77
*
80
78
* <ol>
81
- * <li>{@code object} is a non-null instance of {@link AggregateQuery}.</li>
82
- * <li>{@code object} performs the same aggregations as this {@link AggregateQuery}.</li>
83
- * <li>{@code object} has the same underlying {@link Query} as this {@link AggregateQuery}.</li>
79
+ * <li>{@code object} is a non-null instance of {@link AggregateQuery}.
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}.
84
82
* </ol>
85
83
*
86
84
* @param object The object to compare to this object for equality.
87
- * @return {@code true} if this object is "equal" to the given object, as defined above, or
88
- * {@code false} otherwise.
85
+ * @return {@code true} if this object is "equal" to the given object, as defined above, or {@code
86
+ * false} otherwise.
89
87
*/
90
88
@ Override
91
89
public boolean equals (Object object ) {
@@ -97,6 +95,7 @@ public boolean equals(Object object) {
97
95
98
96
/**
99
97
* Calculates and returns the hash code for this object.
98
+ *
100
99
* @return the hash code for this object.
101
100
*/
102
101
@ Override
0 commit comments