From 28ae93d2721e9717f5edf2582ecea822b3b5e6c5 Mon Sep 17 00:00:00 2001 From: yanrongzhen Date: Tue, 11 Apr 2023 10:58:46 +0800 Subject: [PATCH] Narrow the scope of @SuppressWarnings annotation usage. --- .../starter/refresher/event/WebExecutorRefreshListener.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hippo4j-spring-boot/hippo4j-config-spring-boot-starter/src/main/java/cn/hippo4j/config/springboot/starter/refresher/event/WebExecutorRefreshListener.java b/hippo4j-spring-boot/hippo4j-config-spring-boot-starter/src/main/java/cn/hippo4j/config/springboot/starter/refresher/event/WebExecutorRefreshListener.java index 38205b45..b86b6e01 100644 --- a/hippo4j-spring-boot/hippo4j-config-spring-boot-starter/src/main/java/cn/hippo4j/config/springboot/starter/refresher/event/WebExecutorRefreshListener.java +++ b/hippo4j-spring-boot/hippo4j-config-spring-boot-starter/src/main/java/cn/hippo4j/config/springboot/starter/refresher/event/WebExecutorRefreshListener.java @@ -38,7 +38,7 @@ import static cn.hippo4j.config.springboot.starter.refresher.event.Hippo4jConfig */ @Slf4j @Order(WEB_EXECUTOR_LISTENER) -@SuppressWarnings("all") +@SuppressWarnings("rawtypes") public class WebExecutorRefreshListener extends AbstractRefreshListener { private final ThreadPoolConfigChange configChange;