remove superfluous super

pull/1011/head
chen.ma 3 years ago
parent 4178868ab7
commit 828904d0f0

@ -42,7 +42,6 @@ public class NacosRefresherHandler extends AbstractConfigThreadPoolDynamicRefres
private ConfigService configService;
public NacosRefresherHandler(NacosConfigProperties nacosConfigProperties) {
super();
this.configService = nacosConfigProperties.configServiceInstance();
}

Loading…
Cancel
Save