Skip to content

Commit 1e8291e

Browse files
Remove comment
1 parent 372e99c commit 1e8291e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/ql/src/main/java/org/elasticsearch/xpack/ql/querydsl/query/QueryStringQuery.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949

5050
public class QueryStringQuery extends LeafQuery {
5151

52-
// TODO: it'd be great if these could be constants instead of Strings, needs a core change to make the fields public first
5352
private static final Map<String, BiConsumer<QueryStringQueryBuilder, String>> BUILDER_APPLIERS = Map.ofEntries(
5453
entry(ALLOW_LEADING_WILDCARD_FIELD.getPreferredName(), (qb, s) -> qb.allowLeadingWildcard(Booleans.parseBoolean(s))),
5554
entry(ANALYZE_WILDCARD_FIELD.getPreferredName(), (qb, s) -> qb.analyzeWildcard(Booleans.parseBoolean(s))),

0 commit comments

Comments
 (0)