mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 09:09:01 +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
-1
@@ -52,7 +52,6 @@ abstract class AbstractDevToolsIntegrationTests {
|
||||
protected final JvmLauncher javaLauncher = new JvmLauncher();
|
||||
|
||||
@TempDir
|
||||
@SuppressWarnings("NullAway.Init")
|
||||
protected static File temp;
|
||||
|
||||
private @Nullable LaunchedApplication launchedApplication;
|
||||
|
||||
Reference in New Issue
Block a user