Update BoundedExecutorService.java

This commit is contained in:
Andrea Cavalli 2020-08-16 22:53:44 +02:00
parent 02ad72c643
commit 8da67564c5
1 changed files with 0 additions and 2 deletions

View File

@ -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,