Skip to content

Commit a41b7e3

Browse files
authored
Updated according to the comments
1 parent 4ae60c2 commit a41b7e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/java/com/google/errorprone/bugpatterns/UnusedVariable.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ public final class UnusedVariable extends BugChecker implements CompilationUnitT
137137
"org.openqa.selenium.support.FindBys",
138138
"org.apache.beam.sdk.transforms.DoFn.TimerId",
139139
"org.apache.beam.sdk.transforms.DoFn.StateId",
140-
"org.mockito.Mock",
141140
"org.springframework.boot.test.mock.mockito.MockBean"
142141
);
143142

0 commit comments

Comments
 (0)