Skip to content

Commit 9026263

Browse files
committed
Fix javadoc after daf131b
1 parent daf131b commit 9026263

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vector-stores/spring-ai-cassandra/src/main/java/org/springframework/ai/vectorstore/CassandraVectorStoreConfig.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,9 @@ public Builder withClusteringKeys(List<SchemaColumn> clusteringKeys) {
260260
return this;
261261
}
262262

263-
/** defaults (if null) to '<table_name>_<embedding_column_name>_idx' **/
263+
/**
264+
* defaults (if null) to '&lt;table_name&gt;_&lt;embedding_column_name&gt;_idx'
265+
**/
264266
@Nullable
265267
public Builder withIndexName(String name) {
266268
this.indexName = name;

0 commit comments

Comments
 (0)