Skip to content

Commit e5cdf7c

Browse files
committed
Reverted temporary change
1 parent fd01818 commit e5cdf7c

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/lookup

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/lookup/QueryList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public static QueryList geoShapeQueryList(MappedFieldType field, SearchExecution
227227
}
228228

229229
private static class TermQueryList extends QueryList {
230-
protected final IntFunction<Object> blockValueReader;
230+
private final IntFunction<Object> blockValueReader;
231231

232232
private TermQueryList(
233233
MappedFieldType field,

0 commit comments

Comments
 (0)