Skip to content

Commit 75af137

Browse files
mp911deschauder
authored andcommitted
DATAJDBC-437 - Polishing.
Remove unused imports. Original pull request: #177.
1 parent 593a19a commit 75af137

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/test/java/org/springframework/data/jdbc/repository/JdbcRepositoryIdGenerationIntegrationTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
import org.junit.ClassRule;
2525
import org.junit.Rule;
2626
import org.junit.Test;
27+
2728
import org.springframework.beans.factory.annotation.Autowired;
2829
import org.springframework.context.annotation.Bean;
2930
import org.springframework.context.annotation.ComponentScan;
3031
import org.springframework.context.annotation.Configuration;
31-
import org.springframework.context.annotation.FilterType;
3232
import org.springframework.context.annotation.Import;
3333
import org.springframework.data.annotation.Id;
3434
import org.springframework.data.jdbc.repository.config.EnableJdbcRepositories;

src/test/java/org/springframework/data/jdbc/repository/JdbcRepositoryManipulateDbActionsIntegrationTests.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,11 @@
3131
import org.junit.Ignore;
3232
import org.junit.Rule;
3333
import org.junit.Test;
34+
3435
import org.springframework.beans.factory.annotation.Autowired;
3536
import org.springframework.context.ApplicationListener;
3637
import org.springframework.context.annotation.Bean;
37-
import org.springframework.context.annotation.ComponentScan;
3838
import org.springframework.context.annotation.Configuration;
39-
import org.springframework.context.annotation.FilterType;
4039
import org.springframework.context.annotation.Import;
4140
import org.springframework.data.annotation.Id;
4241
import org.springframework.data.annotation.PersistenceConstructor;

0 commit comments

Comments
 (0)