Skip to content

Commit

Permalink
Latest docs on successful build 6145 auto-pushed to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
copybara-service[bot] committed Apr 18, 2024
1 parent abb85ff commit bb6bcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugpattern/Var.md
Expand Up @@ -32,7 +32,7 @@ Since Java 8 can infer whether a local variable or parameter is effectively
explicitly marking local variables and parameters as `final` is discouraged.

The annotation can also be applied to fields to indicate that the field is
deliberately non-final, but the use of @Var on fields is not required.
deliberately non-final, but the use of `@Var` on fields is not required.

## Suppression
Suppress false positives by adding the suppression annotation `@SuppressWarnings("Var")` to the enclosing element.

0 comments on commit bb6bcbf

Please sign in to comment.