Skip to content

Commit c182999

Browse files
committed
Remove accidental org.jetbrains:annotations usage.
See spring-projects/spring-data-build#2670
1 parent ad6ae48 commit c182999

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-data-jpa/src/test/java/org/springframework/data/jpa/repository/support/JpaRepositoryTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import java.util.Iterator;
2525
import java.util.List;
2626

27-
import org.jetbrains.annotations.NotNull;
2827
import org.junit.jupiter.api.BeforeEach;
2928
import org.junit.jupiter.api.Test;
3029
import org.junit.jupiter.api.extension.ExtendWith;
@@ -151,7 +150,6 @@ void deleteAllByIdInBatchShouldConvertAnIterableToACollection() {
151150
private List<SampleEntityPK> ids = Arrays.asList(new SampleEntityPK("one", "eins"),
152151
new SampleEntityPK("three", "drei"));
153152

154-
@NotNull
155153
@Override
156154
public Iterator<SampleEntityPK> iterator() {
157155
return ids.iterator();

0 commit comments

Comments
 (0)