Skip to content

Commit

Permalink
Fix idea xml file (opensearch-project#1899)
Browse files Browse the repository at this point in the history
Signed-off-by: John Mazanec <[email protected]>
  • Loading branch information
jmazanec15 authored Jul 30, 2024
1 parent a00ab1f commit ad166f4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/copyright/SPDX_ALv2.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*
* Copyright OpenSearch Contributors
* SPDX-License-Identifier: Apache-2.0
*
*/

package org.opensearch.knn.index.query.parser;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*
* Copyright OpenSearch Contributors
* SPDX-License-Identifier: Apache-2.0
*
*/

package org.opensearch.knn.index.query.parser;
Expand Down Expand Up @@ -33,7 +32,7 @@
import static org.opensearch.knn.index.query.KNNQueryBuilder.NAME;
import static org.opensearch.knn.index.query.KNNQueryBuilder.EF_SEARCH_FIELD;

public class KNNQueryParserTests extends KNNTestCase {
public class KNNQueryBuilderParserTests extends KNNTestCase {

private static final String FIELD_NAME = "myvector";
private static final int K = 1;
Expand Down

0 comments on commit ad166f4

Please sign in to comment.