mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Remove unnecessary NullAway suppressions
Signed-off-by: Manu Sridharan <msridhar@gmail.com> See gh-51591
This commit is contained in:
committed by
Andy Wilkinson
parent
d94755304a
commit
25a3f8feb9
-2
@@ -48,11 +48,9 @@ class CommandRunnerTests {
|
||||
private CommandRunner commandRunner;
|
||||
|
||||
@Mock
|
||||
@SuppressWarnings("NullAway.Init")
|
||||
private Command regularCommand;
|
||||
|
||||
@Mock
|
||||
@SuppressWarnings("NullAway.Init")
|
||||
private Command anotherCommand;
|
||||
|
||||
private final Set<Call> calls = EnumSet.noneOf(Call.class);
|
||||
|
||||
Reference in New Issue
Block a user