Skip to content

Commit 88505cd

Browse files
committed
Fix linting in firebase-database
1 parent 3e8fceb commit 88505cd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ public String getKey() {
256256
/**
257257
* Gives access to all of the immediate children of this snapshot. Can be used in native for
258258
* loops:
259+
*
259260
* <pre>
260261
* for (DataSnapshot child : parent.getChildren()) {
261262
* &nbsp;&nbsp;&nbsp;&nbsp;...

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public long getChildrenCount() {
9292

9393
/**
9494
* Used to iterate over the immediate children at this location
95+
*
9596
* <pre>
9697
* for (MutableData child : parent.getChildren()) {
9798
* &nbsp;&nbsp;&nbsp;&nbsp;...

0 commit comments

Comments
 (0)