From a3b9c1d11ecfc9e90d36421caed52fd04f00c1d8 Mon Sep 17 00:00:00 2001 From: "2590965087@qq.com" <2590968087@qq.com> Date: Sat, 29 Jul 2023 19:03:34 +0800 Subject: [PATCH] Refactoring throws an exception when the new maximum number of core threads is set to be greater than the new maximum number of threads --- .../common/executor/support/ThreadPoolExecutorUtilTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/infra/common/src/test/java/cn/hippo4j/common/executor/support/ThreadPoolExecutorUtilTest.java b/infra/common/src/test/java/cn/hippo4j/common/executor/support/ThreadPoolExecutorUtilTest.java index 6ce8f5d0..d97d560c 100644 --- a/infra/common/src/test/java/cn/hippo4j/common/executor/support/ThreadPoolExecutorUtilTest.java +++ b/infra/common/src/test/java/cn/hippo4j/common/executor/support/ThreadPoolExecutorUtilTest.java @@ -5,7 +5,6 @@ import lombok.extern.slf4j.Slf4j; import org.junit.Assert; import org.junit.Before; import org.junit.Test; -import org.slf4j.Logger; import java.util.concurrent.ArrayBlockingQueue; import java.util.concurrent.ThreadPoolExecutor;