From 0577bf2362bf0026fcd721d3115b47fcb3c222e4 Mon Sep 17 00:00:00 2001 From: hippo4j <93200041+hippo4j@users.noreply.github.com> Date: Wed, 20 Jul 2022 21:08:52 +0800 Subject: [PATCH] Delete redundant comments --- .../config/DynamicThreadPoolCoreAutoConfiguration.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hippo4j-spring-boot/hippo4j-core-spring-boot-starter/src/main/java/cn/hippo4j/core/springboot/starter/config/DynamicThreadPoolCoreAutoConfiguration.java b/hippo4j-spring-boot/hippo4j-core-spring-boot-starter/src/main/java/cn/hippo4j/core/springboot/starter/config/DynamicThreadPoolCoreAutoConfiguration.java index c77dd5b9..0ccd107b 100644 --- a/hippo4j-spring-boot/hippo4j-core-spring-boot-starter/src/main/java/cn/hippo4j/core/springboot/starter/config/DynamicThreadPoolCoreAutoConfiguration.java +++ b/hippo4j-spring-boot/hippo4j-core-spring-boot-starter/src/main/java/cn/hippo4j/core/springboot/starter/config/DynamicThreadPoolCoreAutoConfiguration.java @@ -196,10 +196,6 @@ public class DynamicThreadPoolCoreAutoConfiguration { return new ThreadPoolAdapterRegister(bootstrapCoreProperties); } - /** - * banner config - * @return DynamicThreadPoolBannerHandler - */ @Bean public DynamicThreadPoolBannerHandler threadPoolBannerHandler() { return new DynamicThreadPoolBannerHandler(bootstrapCoreProperties);