Skip to content

Commit 19f90cb

Browse files
Format
1 parent a9cc308 commit 19f90cb

File tree

1 file changed

+1
-3
lines changed
  • firebase-firestore/src/main/java/com/google/firebase/firestore/model

1 file changed

+1
-3
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/model/Values.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -500,9 +500,7 @@ public static Value getLowerBound(Value.ValueTypeCase valueTypeCase) {
500500
}
501501
}
502502

503-
/**
504-
* Returns the largest value for the given value type (exclusive).
505-
*/
503+
/** Returns the largest value for the given value type (exclusive). */
506504
public static Value getUpperBound(Value.ValueTypeCase valueTypeCase) {
507505
switch (valueTypeCase) {
508506
case NULL_VALUE:

0 commit comments

Comments
 (0)