Skip to content

Commit

Permalink
Stop mentioning @Var in[]
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 626072465
  • Loading branch information
cushon authored and Error Prone Team committed Apr 18, 2024
1 parent 9d66272 commit 07c1a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bugpattern/Var.md
Expand Up @@ -18,4 +18,4 @@ 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.

0 comments on commit 07c1a7c

Please sign in to comment.