Skip to content

Commit

Permalink
Use "scheduler()" instead of the out-of-date "getScheduler()" method
Browse files Browse the repository at this point in the history
  • Loading branch information
przemekwitek committed May 23, 2024
1 parent 55b14fb commit f44a5ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public TransportGetTransformNodeStatsAction(
threadPool.executor(ThreadPool.Names.MANAGEMENT)
);
this.transportService = transportService;
this.scheduler = transformServices.getScheduler();
this.scheduler = transformServices.scheduler();
}

@Override
Expand Down

0 comments on commit f44a5ed

Please sign in to comment.