Skip to content

Commit 32e97a6

Browse files
committed
Fix warning in main branch
1 parent 35e3fb5 commit 32e97a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lucene/core/src/java24/org/apache/lucene/internal/vectorization/PanamaVectorUtilSupport.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,6 +1105,7 @@ public int filterByScore(
11051105
return newUpto;
11061106
}
11071107

1108+
@Override
11081109
public float[] l2normalize(float[] v, boolean throwOnZero) {
11091110
double l1norm = this.dotProduct(v, v);
11101111
if (l1norm == 0) {

0 commit comments

Comments
 (0)