From a34539f28b74daa8defe2c4a45600b0c4790222e Mon Sep 17 00:00:00 2001 From: Han Lau Date: Wed, 30 Oct 2024 10:51:52 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Aremove=20interface=20InitializingBe?= =?UTF-8?q?an=20(#1571)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../refresher/AbstractConfigThreadPoolDynamicRefresh.java | 1 - 1 file changed, 1 deletion(-) diff --git a/starters/threadpool/config/src/main/java/cn/hippo4j/config/springboot/starter/refresher/AbstractConfigThreadPoolDynamicRefresh.java b/starters/threadpool/config/src/main/java/cn/hippo4j/config/springboot/starter/refresher/AbstractConfigThreadPoolDynamicRefresh.java index f310bc50..79fa51ab 100644 --- a/starters/threadpool/config/src/main/java/cn/hippo4j/config/springboot/starter/refresher/AbstractConfigThreadPoolDynamicRefresh.java +++ b/starters/threadpool/config/src/main/java/cn/hippo4j/config/springboot/starter/refresher/AbstractConfigThreadPoolDynamicRefresh.java @@ -29,7 +29,6 @@ import cn.hippo4j.threadpool.dynamic.mode.config.refresher.BootstrapConfigProper import lombok.extern.slf4j.Slf4j; import org.springframework.boot.ApplicationArguments; import org.springframework.boot.ApplicationRunner; -import org.springframework.beans.factory.InitializingBean; import java.util.HashMap; import java.util.Map;