Skip to content

Commit 7edc048

Browse files
kluevergoogle-java-format Team
authored andcommitted
Migrate from JSR305's javax.annotation.CheckReturnValue to ErrorProne's com.google.errorprone.annotations.CheckReturnValue.
PiperOrigin-RevId: 408698115
1 parent 96a8b90 commit 7edc048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/java/com/google/googlejavaformat/java/MainTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ public void packageInfo() throws Exception {
322322
"@ParametersAreNonnullByDefault",
323323
"package com.google.common.labs.base;",
324324
"",
325-
"import javax.annotation.CheckReturnValue;",
325+
"import com.google.errorprone.annotations.CheckReturnValue;",
326326
"import javax.annotation.ParametersAreNonnullByDefault;",
327327
"",
328328
};

0 commit comments

Comments
 (0)