From f1cc53b494a04e8f7abd59cc742655450d2c5598 Mon Sep 17 00:00:00 2001 From: han liu Date: Mon, 30 Sep 2024 17:53:14 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Aremove=20interface=20InitializingBe?= =?UTF-8?q?an?= 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;