Skip to content

Commit 712d935

Browse files
committed
Fix checkstyle violation
See gh-35786
1 parent eef4c3c commit 712d935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)