Deprecated the unnamed BoundedExecutorService
This commit is contained in:
parent
6d508a4415
commit
d10e0ebf50
@ -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…
Reference in New Issue
Block a user