Skip to content

Commit 1e47dde

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 5c574e4 commit 1e47dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/node/NodeConstruction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ private void construct(
713713
clusterService.addStateApplier(scriptService);
714714

715715
var executor = threadPool.executor(ThreadPool.Names.SEARCH);
716-
if (executor instanceof TaskExecutionTimeTrackingPerIndexEsThreadPoolExecutor perIndexExecutor) {
716+
if (executor instanceof TaskExecutionTimeTrackingPerIndexEsThreadPoolExecutor perIndexExecutor) {
717717
clusterService.addListener(new SearchIndexTimeTrackingCleanupService(perIndexExecutor));
718718
}
719719
modules.bindToInstance(DocumentParsingProvider.class, documentParsingProvider);

0 commit comments

Comments
 (0)