Skip to content

Commit 12c1547

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 1139842 commit 12c1547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/queries/SemanticQueryRewriteInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public QueryBuilder interceptAndRewrite(QueryRewriteContext context, QueryBuilde
4545

4646
if (fieldName == null && getQueryName().equals(MatchAllQueryBuilder.NAME)) {
4747
return queryBuilder;
48-
// return handleMatchAllQuery(queryBuilder, resolvedIndices);
48+
// return handleMatchAllQuery(queryBuilder, resolvedIndices);
4949
}
5050

5151
InferenceIndexInformationForField indexInformation = resolveIndicesForField(fieldName, resolvedIndices);

0 commit comments

Comments
 (0)