Skip to content

Commit 6edd3cf

Browse files
committed
Polishing
1 parent 7b527c4 commit 6edd3cf

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
@@ -74,7 +74,7 @@ public class BaseQuery implements Query {
7474
protected List<RescorerQuery> rescorerQueries = new ArrayList<>();
7575
@Nullable protected Boolean requestCache;
7676
protected List<IdWithRouting> idsWithRouting = Collections.emptyList();
77-
protected final List<RuntimeField> runtimeFields = new ArrayList<>();
77+
protected List<RuntimeField> runtimeFields = new ArrayList<>();
7878
@Nullable protected PointInTime pointInTime;
7979
private boolean queryIsUpdatedByConverter = false;
8080
@Nullable private Integer reactiveBatchSize = null;

0 commit comments

Comments
 (0)