There was an error while loading. Please reload this page.
org.jetbrains:annotations
1 parent ad6ae48 commit c182999Copy full SHA for c182999
spring-data-jpa/src/test/java/org/springframework/data/jpa/repository/support/JpaRepositoryTests.java
@@ -24,7 +24,6 @@
24
import java.util.Iterator;
25
import java.util.List;
26
27
-import org.jetbrains.annotations.NotNull;
28
import org.junit.jupiter.api.BeforeEach;
29
import org.junit.jupiter.api.Test;
30
import org.junit.jupiter.api.extension.ExtendWith;
@@ -151,7 +150,6 @@ void deleteAllByIdInBatchShouldConvertAnIterableToACollection() {
151
150
private List<SampleEntityPK> ids = Arrays.asList(new SampleEntityPK("one", "eins"),
152
new SampleEntityPK("three", "drei"));
153
154
-@NotNull
155
@Override
156
public Iterator<SampleEntityPK> iterator() {
157
return ids.iterator();
0 commit comments