From 828904d0f08d3c1f8b9b6490a5c0c2602aea0add Mon Sep 17 00:00:00 2001 From: "chen.ma" Date: Thu, 24 Nov 2022 21:01:38 +0800 Subject: [PATCH] remove superfluous super --- .../springboot/starter/refresher/NacosRefresherHandler.java | 1 - 1 file changed, 1 deletion(-) diff --git a/hippo4j-spring-boot/hippo4j-config-spring-boot-starter/src/main/java/cn/hippo4j/config/springboot/starter/refresher/NacosRefresherHandler.java b/hippo4j-spring-boot/hippo4j-config-spring-boot-starter/src/main/java/cn/hippo4j/config/springboot/starter/refresher/NacosRefresherHandler.java index d9e4e3f2..896d8ad8 100644 --- a/hippo4j-spring-boot/hippo4j-config-spring-boot-starter/src/main/java/cn/hippo4j/config/springboot/starter/refresher/NacosRefresherHandler.java +++ b/hippo4j-spring-boot/hippo4j-config-spring-boot-starter/src/main/java/cn/hippo4j/config/springboot/starter/refresher/NacosRefresherHandler.java @@ -42,7 +42,6 @@ public class NacosRefresherHandler extends AbstractConfigThreadPoolDynamicRefres private ConfigService configService; public NacosRefresherHandler(NacosConfigProperties nacosConfigProperties) { - super(); this.configService = nacosConfigProperties.configServiceInstance(); }