Deprecated the unnamed BoundedExecutorService
This commit is contained in:
parent
e6f1a056b4
commit
32a21ccf01
@ -11,6 +11,7 @@ import org.jetbrains.annotations.Nullable;
|
||||
|
||||
public interface BoundedExecutorService extends ExecutorService {
|
||||
|
||||
@Deprecated
|
||||
static BoundedExecutorService create(int maxQueueSize,
|
||||
int corePoolSize,
|
||||
int maxPoolSize,
|
||||
|
Loading…
x
Reference in New Issue
Block a user