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/AbstractCassandraConfiguration.java
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@
51
51
* @author Matthew T. Adams
52
52
* @author John Blum
53
53
* @author Mark Paluch
54
+
* @author Ammar Khaku
54
55
*/
55
56
@Configuration
56
57
@SuppressWarnings("unused")
@@ -72,14 +73,13 @@ public CassandraConverter cassandraConverter() {
0 commit comments