Skip to content

Commit

Permalink
Migrate from JSR305's javax.annotation.CheckReturnValue to ErrorPro…
Browse files Browse the repository at this point in the history
…ne's `com.google.errorprone.annotations.CheckReturnValue`.

PiperOrigin-RevId: 408698115
  • Loading branch information
kluever authored and google-java-format Team committed Nov 9, 2021
1 parent 96a8b90 commit 7edc048
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ public void packageInfo() throws Exception {
"@ParametersAreNonnullByDefault",
"package com.google.common.labs.base;",
"",
"import javax.annotation.CheckReturnValue;",
"import com.google.errorprone.annotations.CheckReturnValue;",
"import javax.annotation.ParametersAreNonnullByDefault;",
"",
};
Expand Down

0 comments on commit 7edc048

Please sign in to comment.