|
@@ -6,7 +6,6 @@ import java.util.concurrent.atomic.AtomicInteger;
|
|
|
/**
|
|
|
* 线程池工具类
|
|
|
*
|
|
|
- * @author tianyunperfect
|
|
|
* @date 2021/02/03
|
|
|
*/
|
|
|
public class ThreadPoolUtils {
|
|
@@ -44,7 +43,6 @@ public class ThreadPoolUtils {
|
|
|
/**
|
|
|
* 修改于默认线程池工程类,添加了自定义线程名
|
|
|
*
|
|
|
- * @author tianyunperfect
|
|
|
* @date 2021/02/03
|
|
|
*/
|
|
|
public static class MyThreadFactory implements ThreadFactory {
|