Skip to content

Commit

Permalink
Fix javadoc after daf131b
Browse files Browse the repository at this point in the history
  • Loading branch information
tzolov committed Apr 28, 2024
1 parent daf131b commit 9026263
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,9 @@ public Builder withClusteringKeys(List<SchemaColumn> clusteringKeys) {
return this;
}

/** defaults (if null) to '<table_name>_<embedding_column_name>_idx' **/
/**
* defaults (if null) to '&lt;table_name&gt;_&lt;embedding_column_name&gt;_idx'
**/
@Nullable
public Builder withIndexName(String name) {
this.indexName = name;
Expand Down

0 comments on commit 9026263

Please sign in to comment.