Skip to content

Commit ef82235

Browse files
committed
Polishing
(cherry picked from commit 6edd3cf)
1 parent 94d23a1 commit ef82235

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/springframework/data/elasticsearch/core/query

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/elasticsearch/core/query/BaseQuery.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public class BaseQuery implements Query {
7171
protected List<RescorerQuery> rescorerQueries = new ArrayList<>();
7272
@Nullable protected Boolean requestCache;
7373
protected List<IdWithRouting> idsWithRouting = Collections.emptyList();
74-
protected final List<RuntimeField> runtimeFields = new ArrayList<>();
74+
protected List<RuntimeField> runtimeFields = new ArrayList<>();
7575
@Nullable protected PointInTime pointInTime;
7676

7777
private boolean queryIsUpdatedByConverter = false;

0 commit comments

Comments
 (0)