Skip to content

Commit 13b6736

Browse files
authored
Grammar fixes for database comments. (#2248)
1 parent ad9f13b commit 13b6736

File tree

1 file changed

+2
-2
lines changed
  • firebase-database/src/main/java/com/google/firebase/database

1 file changed

+2
-2
lines changed

firebase-database/src/main/java/com/google/firebase/database/Query.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ public ChildEventListener addChildEventListener(@NonNull ChildEventListener list
163163
}
164164

165165
/**
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.
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.
168168
*/
169169
@NonNull
170170
public Task<DataSnapshot> get() {

0 commit comments

Comments
 (0)