Commit f1f7955
Remove out of place
```
Static variables should be named in UPPER_SNAKE_CASE if deeply immutable or lowerCamelCase if not., but autovarz_prefix is not; did you mean 'autovarzPrefix'?
```
PiperOrigin-RevId: 679563848.. Previously, the error message was:1 parent c885150 commit f1f7955
File tree
1 file changed
+1
-1
lines changed- core/src/main/java/com/google/errorprone/bugpatterns
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments