Skip to content

Commit e058a60

Browse files
committed
Move DataFieldMaxValueIncrementerTests to the appropriate package
1 parent 8595493 commit e058a60

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

spring-jdbc/src/test/java/org/springframework/jdbc/support/DataFieldMaxValueIncrementerTests.java renamed to spring-jdbc/src/test/java/org/springframework/jdbc/support/incrementer/DataFieldMaxValueIncrementerTests.java

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.jdbc.support;
17+
package org.springframework.jdbc.support.incrementer;
1818

1919
import java.sql.Connection;
2020
import java.sql.ResultSet;
@@ -25,15 +25,6 @@
2525

2626
import org.junit.jupiter.api.Test;
2727

28-
import org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer;
29-
import org.springframework.jdbc.support.incrementer.HanaSequenceMaxValueIncrementer;
30-
import org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer;
31-
import org.springframework.jdbc.support.incrementer.MariaDBSequenceMaxValueIncrementer;
32-
import org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer;
33-
import org.springframework.jdbc.support.incrementer.OracleSequenceMaxValueIncrementer;
34-
import org.springframework.jdbc.support.incrementer.PostgresSequenceMaxValueIncrementer;
35-
import org.springframework.jdbc.support.incrementer.SqlServerSequenceMaxValueIncrementer;
36-
3728
import static org.assertj.core.api.Assertions.assertThat;
3829
import static org.mockito.BDDMockito.given;
3930
import static org.mockito.Mockito.mock;

0 commit comments

Comments
 (0)