You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-data-cassandra/src/main/java/org/springframework/data/cassandra/config/CassandraCqlSessionFactoryBean.java
Copy file name to clipboardExpand all lines: spring-data-cassandra/src/main/java/org/springframework/data/cassandra/core/CassandraPersistentEntitySchemaCreator.java
-1
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,6 @@ public class CassandraPersistentEntitySchemaCreator {
61
61
* Create a new {@link CassandraPersistentEntitySchemaCreator} for the given {@link CassandraMappingContext} and
62
62
* {@link CassandraAdminOperations}.
63
63
*
64
-
* @param mappingContext must not be {@literal null}.
65
64
* @param cassandraAdminOperations must not be {@literal null}.
Copy file name to clipboardExpand all lines: spring-data-cassandra/src/main/java/org/springframework/data/cassandra/core/ExecutableSelectOperation.java
Copy file name to clipboardExpand all lines: spring-data-cassandra/src/main/java/org/springframework/data/cassandra/core/ReactiveCassandraBatchTemplate.java
Copy file name to clipboardExpand all lines: spring-data-cassandra/src/main/java/org/springframework/data/cassandra/core/ReactiveCassandraTemplate.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ public class ReactiveCassandraTemplate
134
134
*
135
135
* @param session {@link ReactiveSession} used to interact with Cassandra; must not be {@literal null}.
Copy file name to clipboardExpand all lines: spring-data-cassandra/src/main/java/org/springframework/data/cassandra/core/convert/CassandraJodaTimeConverters.java
Copy file name to clipboardExpand all lines: spring-data-cassandra/src/main/java/org/springframework/data/cassandra/core/convert/CassandraThreeTenBackPortConverters.java
Copy file name to clipboardExpand all lines: spring-data-cassandra/src/main/java/org/springframework/data/cassandra/core/convert/CassandraUDTValueProvider.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ public CassandraUDTValueProvider(UdtValue udtValue, CodecRegistry codecRegistry,
44
44
}
45
45
46
46
/**
47
-
* Create a new {@link CassandraUDTValueProvider} with the given {@link UDTValue} and
47
+
* Create a new {@link CassandraUDTValueProvider} with the given {@link UdtValue} and
Copy file name to clipboardExpand all lines: spring-data-cassandra/src/main/java/org/springframework/data/cassandra/core/convert/MappingCassandraConverter.java
+1-2
Original file line number
Diff line number
Diff line change
@@ -137,9 +137,8 @@ public MappingCassandraConverter(CassandraMappingContext mappingContext) {
137
137
}
138
138
139
139
/**
140
-
* Creates a new {@link ConversionContext} given {@link ObjectPath}.
140
+
* Creates a new {@link ConversionContext}.
141
141
*
142
-
* @param path the current {@link ObjectPath}, must not be {@literal null}.
Copy file name to clipboardExpand all lines: spring-data-cassandra/src/main/java/org/springframework/data/cassandra/core/convert/TupleValueProvider.java
-1
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,6 @@ public class TupleValueProvider implements CassandraValueProvider {
42
42
* Create a new {@link TupleValueProvider} with the given {@link TupleValue} and {@link SpELExpressionEvaluator}.
43
43
*
44
44
* @param tupleValue must not be {@literal null}.
45
-
* @param codecRegistry must not be {@literal null}.
Copy file name to clipboardExpand all lines: spring-data-cassandra/src/main/java/org/springframework/data/cassandra/core/cql/AsyncRowMapperResultSetExtractor.java
0 commit comments