Skip to content

Commit

Permalink
refactor: method name for get executor
Browse files Browse the repository at this point in the history
  • Loading branch information
Lo1nt committed Jan 9, 2024
1 parent 4cbc2b9 commit c6019d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ public ThreadPoolExecutor getBizThreadPool() {
return bizThreadPool;
}

public Executor getBizExecutorService() {
public Executor getBizExecutor() {
return bizExecutor;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ public String interest() {

@Override
public Executor getExecutor() {
return boltServer.getBizExecutorService();
return boltServer.getBizExecutor();
}

@Override
Expand Down

0 comments on commit c6019d2

Please sign in to comment.