mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix comment
This commit is contained in:
parent
50df7381b5
commit
ac5cdae892
@ -200,7 +200,7 @@ public class ExecutorBuilder implements Builder<ThreadPoolExecutor> {
|
||||
/**
|
||||
* 创建ExecutorBuilder,开始构建
|
||||
*
|
||||
* @return {@link ExecutorBuilder}
|
||||
* @return this
|
||||
*/
|
||||
public static ExecutorBuilder create() {
|
||||
return new ExecutorBuilder();
|
||||
@ -227,7 +227,7 @@ public class ExecutorBuilder implements Builder<ThreadPoolExecutor> {
|
||||
/**
|
||||
* 构建ThreadPoolExecutor
|
||||
*
|
||||
* @param builder {@link ExecutorBuilder}
|
||||
* @param builder this
|
||||
* @return {@link ThreadPoolExecutor}
|
||||
*/
|
||||
private static ThreadPoolExecutor build(ExecutorBuilder builder) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user