Skip to content

Commit 07c1a7c

Browse files
cushonError Prone Team
authored and
Error Prone Team
committed
Stop mentioning @Var in[]
PiperOrigin-RevId: 626072465
1 parent 9d66272 commit 07c1a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/bugpattern/Var.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ Since Java 8 can infer whether a local variable or parameter is effectively
1818
explicitly marking local variables and parameters as `final` is discouraged.
1919

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

0 commit comments

Comments
 (0)