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