Skip to content

Commit a17cbbd

Browse files
committed
add comments to private methods
1 parent 1ee89b5 commit a17cbbd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/io/weaviate/client/v1/misc/model/MultiVectorConfig.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public MuveraConfig getMuveraEncoding() {
3030
return this.muvera;
3131
}
3232

33+
// Hide the default getter
3334
private MuveraConfig getMuvera() {
3435
return this.muvera;
3536
}
@@ -42,6 +43,7 @@ public MultiVectorConfigBuilder encoding(MuveraConfig muvera) {
4243
return this;
4344
}
4445

46+
// Hide default builder setter
4547
private MultiVectorConfigBuilder muvera(MuveraConfig _muvera) {
4648
return this;
4749
}

0 commit comments

Comments
 (0)