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 a9cc308 commit 19f90cbCopy full SHA for 19f90cb
firebase-firestore/src/main/java/com/google/firebase/firestore/model/Values.java
@@ -500,9 +500,7 @@ public static Value getLowerBound(Value.ValueTypeCase valueTypeCase) {
500
}
501
502
503
- /**
504
- * Returns the largest value for the given value type (exclusive).
505
- */
+ /** Returns the largest value for the given value type (exclusive). */
506
public static Value getUpperBound(Value.ValueTypeCase valueTypeCase) {
507
switch (valueTypeCase) {
508
case NULL_VALUE:
0 commit comments