We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9f13b commit 13b6736Copy full SHA for 13b6736
firebase-database/src/main/java/com/google/firebase/database/Query.java
@@ -163,8 +163,8 @@ public ChildEventListener addChildEventListener(@NonNull ChildEventListener list
163
}
164
165
/**
166
- * Get the server value for this query, updating cache and raising events if successful. If not
167
- * connected, fall back to a locally-cached value.
+ * Gets the server values for this query. Updates the cache and raises events if successful. If not
+ * connected, falls back to a locally-cached value.
168
*/
169
@NonNull
170
public Task<DataSnapshot> get() {
0 commit comments