style format

pull/607/head
lijianxin 3 years ago
parent 101099066e
commit dafcfc05fd

@ -83,8 +83,7 @@ public class ThreadPoolTaskExecutorAdapter implements DynamicThreadPoolAdapter {
.threadFactory(threadPoolExecutor.getThreadFactory())
// threadPoolId default beanName
.threadPoolId(beanName)
.rejected(threadPoolExecutor.getRejectedExecutionHandler())
;
.rejected(threadPoolExecutor.getRejectedExecutionHandler());
// use new Queue
threadPoolBuilder.capacity(queueCapacity);
// .workQueue(threadPoolExecutor.getQueue())

Loading…
Cancel
Save