Refactoring throws an exception when the new maximum number of core threads is set to be greater than the new maximum number of threads

pull/1406/head
2590965087@qq.com 2 years ago
parent 576ad0276c
commit d16c97ffa4

@ -82,7 +82,6 @@ public class ThreadPoolExecutorUtilTest {
@Test @Test
public void testException(){ public void testException(){
// Test n
int newCorePoolSize4 = 6; int newCorePoolSize4 = 6;
int newMaxPoolSize4 = 4; int newMaxPoolSize4 = 4;
try { try {

Loading…
Cancel
Save