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.
javax.annotation.CheckReturnValue
com.google.errorprone.annotations.CheckReturnValue
1 parent 96a8b90 commit 7edc048Copy full SHA for 7edc048
core/src/test/java/com/google/googlejavaformat/java/MainTest.java
@@ -322,7 +322,7 @@ public void packageInfo() throws Exception {
322
"@ParametersAreNonnullByDefault",
323
"package com.google.common.labs.base;",
324
"",
325
- "import javax.annotation.CheckReturnValue;",
+ "import com.google.errorprone.annotations.CheckReturnValue;",
326
"import javax.annotation.ParametersAreNonnullByDefault;",
327
328
};
0 commit comments