Skip to content

Commit b311141

Browse files
committed
Fix Checkstyle violation about import order
1 parent e4611d9 commit b311141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/lock/JdbcLockRegistryTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
import java.util.concurrent.atomic.AtomicBoolean;
2727
import java.util.concurrent.locks.Lock;
2828

29+
import javax.sql.DataSource;
30+
2931
import org.junit.jupiter.api.BeforeEach;
3032
import org.junit.jupiter.api.Test;
3133

@@ -36,8 +38,6 @@
3638
import org.springframework.test.annotation.DirtiesContext;
3739
import org.springframework.test.context.junit.jupiter.SpringJUnitConfig;
3840

39-
import javax.sql.DataSource;
40-
4141
/**
4242
* @author Dave Syer
4343
* @author Artem Bilan

0 commit comments

Comments
 (0)