Skip to content

Commit 4890cd9

Browse files
committed
Fix rebasing
1 parent 8ade227 commit 4890cd9

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

server/src/main/java/org/elasticsearch/search/vectors/ESKnnByteVectorQuery.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,4 @@ public void profile(QueryProfiler queryProfiler) {
3939
public Integer kParam() {
4040
return kParam;
4141
}
42-
43-
public Integer kParam() {
44-
return kParam;
45-
}
4642
}

server/src/main/java/org/elasticsearch/search/vectors/ESKnnFloatVectorQuery.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,4 @@ public void profile(QueryProfiler queryProfiler) {
3939
public Integer kParam() {
4040
return kParam;
4141
}
42-
43-
public Integer kParam() {
44-
return kParam;
45-
}
4642
}

0 commit comments

Comments
 (0)