Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Jul 27, 2024
1 parent 7313e5f commit 777a546
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ protected TransportReplicationAction(
if (threadPool != null) {
this.tcWrapper = InternalThreadContextWrapper.from(threadPool.getThreadContext());
} else {
this.tcWrapper = InternalThreadContextWrapper.from(transportSeervice.threadPool.getThreadContext());
this.tcWrapper = InternalThreadContextWrapper.from(transportService.getThreadPool().getThreadContext());
}
this.transportService = transportService;
this.clusterService = clusterService;
Expand Down

0 comments on commit 777a546

Please sign in to comment.