Skip to content

Commit

Permalink
Merge pull request #379 from shyGuide/dev
Browse files Browse the repository at this point in the history
refactor:移除getThreadPoolStatProvider方法,使用lombok默认提供的get方法
  • Loading branch information
yanhom1314 authored Dec 28, 2023
2 parents c9d8c8a + ddb6b29 commit c7dda5d
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,15 +157,6 @@ public void initialize() {
}
}

/**
* get ThreadPoolStatProvider
*
* @return ThreadPoolStatProvider
*/
public ThreadPoolStatProvider getThreadPoolStatProvider() {
return this.threadPoolStatProvider;
}

/**
* whether is DtpExecutor
*
Expand Down

0 comments on commit c7dda5d

Please sign in to comment.