Skip to content

Commit 26ea4f9

Browse files
committed
Merge branch '3.2.x' into 3.3.x
2 parents 87e0262 + 712d935 commit 26ea4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-testcontainers/src/test/java/org/springframework/boot/testcontainers/lifecycle/TestcontainersLifecycleOrderWithScopeIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public String getConversationId() {
187187
return null;
188188
}
189189

190-
public void destroy() {
190+
void destroy() {
191191
synchronized (this) {
192192
this.destructors.forEach((name, actions) -> actions.forEach(Runnable::run));
193193
this.destructors.clear();

0 commit comments

Comments
 (0)