delete empty rows

pull/1007/head
Li 3 years ago
parent 28642e22a8
commit 0c150cd466

@ -61,7 +61,6 @@ public class ConsulRefresherHandler extends AbstractConfigThreadPoolDynamicRefre
for (String propertyName : propertyNames) { for (String propertyName : propertyNames) {
configInfo.put(propertyName, consulPropertySource.getProperty(propertyName)); configInfo.put(propertyName, consulPropertySource.getProperty(propertyName));
} }
} }
return configInfo; return configInfo;
} }

Loading…
Cancel
Save