mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
DelegatedExecutorService 构造方法设置成public
This commit is contained in:
parent
0c09c5f101
commit
11517597d4
@ -37,7 +37,7 @@ public class DelegatedExecutorService extends AbstractExecutorService {
|
||||
*
|
||||
* @param executor {@link ExecutorService}
|
||||
*/
|
||||
DelegatedExecutorService(final ExecutorService executor) {
|
||||
public DelegatedExecutorService(final ExecutorService executor) {
|
||||
Assert.notNull(executor, "executor must be not null !");
|
||||
e = executor;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user