mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
Polish "Adapt to improvements in Nullaway 0.13.8"
See gh-50972
This commit is contained in:
+1
-1
@@ -164,7 +164,7 @@ class TestcontainersLifecycleOrderWithScopeIntegrationTests {
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object remove(String name) {
|
||||
public @Nullable Object remove(String name) {
|
||||
synchronized (this) {
|
||||
Object removed = this.instances.remove(name);
|
||||
List<Runnable> destructor = this.destructors.get(name);
|
||||
|
||||
Reference in New Issue
Block a user