From 428806d71f38abad2369d1644e050a812ef3fe60 Mon Sep 17 00:00:00 2001 From: Manu Sridharan Date: Sat, 18 Jul 2026 12:37:03 -0700 Subject: [PATCH] Adapt to improvements in Nullaway 0.13.8 This commit adapts @Nullable when calling Map#remove as it correctly handles nullability. See gh-50972 Signed-off-by: Manu Sridharan --- .../boot/devtools/restart/RestartScopeInitializer.java | 2 +- .../org/springframework/boot/devtools/restart/Restarter.java | 2 +- .../boot/webmvc/test/autoconfigure/WebDriverScope.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/RestartScopeInitializer.java b/module/spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/RestartScopeInitializer.java index f03bbc4b598..8fc700b32da 100644 --- a/module/spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/RestartScopeInitializer.java +++ b/module/spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/RestartScopeInitializer.java @@ -47,7 +47,7 @@ public class RestartScopeInitializer implements ApplicationContextInitializer