andreacavalli
/
JTDLib
Archived
forked from ErnyTech/JTDLib
1
0
Fork 0

Deprecated the unnamed BoundedExecutorService

This commit is contained in:
Andrea Cavalli 2020-05-13 02:50:51 +02:00
parent 49d9230d05
commit 8633d255ef
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import org.jetbrains.annotations.Nullable;
public interface BoundedExecutorService extends ExecutorService {
@Deprecated
static BoundedExecutorService create(int maxQueueSize,
int corePoolSize,
int maxPoolSize,