Remove unnecessary NullAway suppressions

Signed-off-by: Manu Sridharan <msridhar@gmail.com>

See gh-51591
This commit is contained in:
Manu Sridharan
2026-09-07 08:18:11 +01:00
committed by Andy Wilkinson
parent d94755304a
commit 25a3f8feb9
148 changed files with 5 additions and 241 deletions
@@ -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;