Skip to content

Commit

Permalink
Make field final
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Jan 3, 2025
1 parent ac992f7 commit 2324529
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ public void onRemoval(ShardId shardId, String fieldName, boolean wasEvicted, lon
this.postRecoveryMerger = new PostRecoveryMerger(settings, threadPool.executor(ThreadPool.Names.FORCE_MERGE), this::getShardOrNull);
this.searchOperationListeners = builder.searchOperationListener;
this.slowLogFieldProvider = new SlowLogFieldProvider() {
private List<? extends SlowLogFieldProvider> slowLogFieldProviders = pluginsService.loadServiceProviders(
private final List<? extends SlowLogFieldProvider> slowLogFieldProviders = pluginsService.loadServiceProviders(
SlowLogFieldProvider.class
);

Expand Down

0 comments on commit 2324529

Please sign in to comment.