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 a4e7669 commit ef71545Copy full SHA for ef71545
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
- * Gets the server values for this query. Updates the cache and raises events if successful. If not
167
- * connected, falls 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