Skip to content

Commit b7494f6

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

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

spring-data-cassandra/src/main/java/org/springframework/data/cassandra/core/CassandraPersistentEntitySchemaCreator.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
import java.util.Set;
2424
import java.util.stream.Collectors;
2525

26-
import org.jetbrains.annotations.NotNull;
27-
2826
import org.springframework.data.cassandra.core.cql.generator.CqlGenerator;
2927
import org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification;
3028
import org.springframework.data.cassandra.core.cql.keyspace.CreateTableSpecification;
@@ -221,7 +219,6 @@ public boolean add(CqlIdentifier cqlIdentifier) {
221219
return false;
222220
}
223221

224-
@NotNull
225222
@Override
226223
public Iterator<CqlIdentifier> iterator() {
227224

spring-data-cassandra/src/main/java/org/springframework/data/cassandra/core/mapping/EmbeddedEntityOperations.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
import java.util.Spliterator;
2626
import java.util.function.Consumer;
2727

28-
import org.jetbrains.annotations.NotNull;
2928
import org.jspecify.annotations.Nullable;
3029
import org.springframework.beans.BeansException;
3130
import org.springframework.context.ApplicationContext;
@@ -307,7 +306,6 @@ public CassandraPersistentProperty getProperty(Parameter<?, CassandraPersistentP
307306
return property == null ? null : wrap(property);
308307
}
309308

310-
@NotNull
311309
@Override
312310
public Iterator<CassandraPersistentProperty> iterator() {
313311

0 commit comments

Comments
 (0)