Skip to content

Commit 0309d29

Browse files
committed
Suppress a warning
1 parent b6489f3 commit 0309d29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

guava/src/com/google/common/primitives/UnsignedLongs.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ public static void sortDescending(@Unsigned long[] array, @IndexOrHigh("#1") int
410410
* We move the static constants into this class so ProGuard can inline UnsignedLongs entirely
411411
* unless the user is actually calling a parse method.
412412
*/
413+
@SuppressWarnings("value:unary.increment") // static initializer for loop
413414
private static final class ParseOverflowDetection {
414415
private ParseOverflowDetection() {}
415416

0 commit comments

Comments
 (0)