Update BoundedExecutorService.java
This commit is contained in:
parent
02ad72c643
commit
8da67564c5
@ -14,7 +14,6 @@ public interface BoundedExecutorService extends ExecutorService {
|
|||||||
|
|
||||||
@Deprecated
|
@Deprecated
|
||||||
static ExecutorService createUnbounded(
|
static ExecutorService createUnbounded(
|
||||||
boolean resizable,
|
|
||||||
int corePoolSize,
|
int corePoolSize,
|
||||||
int maxPoolSize,
|
int maxPoolSize,
|
||||||
long keepAliveTime,
|
long keepAliveTime,
|
||||||
@ -24,7 +23,6 @@ public interface BoundedExecutorService extends ExecutorService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static ExecutorService createUnbounded(
|
static ExecutorService createUnbounded(
|
||||||
boolean resizable,
|
|
||||||
int corePoolSize,
|
int corePoolSize,
|
||||||
int maxPoolSize,
|
int maxPoolSize,
|
||||||
long keepAliveTime,
|
long keepAliveTime,
|
||||||
|
Loading…
Reference in New Issue
Block a user