Skip to content

Commit d9ff81f

Browse files
committed
Polish "Adapt to improvements in Nullaway 0.13.8"
See gh-50972
1 parent 428806d commit d9ff81f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/spring-boot-testcontainers/src/dockerTest/java/org/springframework/boot/testcontainers/lifecycle/TestcontainersLifecycleOrderWithScopeIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public Object get(String name, ObjectFactory<?> objectFactory) {
164164
}
165165

166166
@Override
167-
public Object remove(String name) {
167+
public @Nullable Object remove(String name) {
168168
synchronized (this) {
169169
Object removed = this.instances.remove(name);
170170
List<Runnable> destructor = this.destructors.get(name);

0 commit comments

Comments
 (0)