Old configuration is not deleted on purge
This commit is contained in:
parent
78d6fe1eb5
commit
ea71d5d8e5
|
@ -509,8 +509,7 @@ public class GCoreISConfigurationProxy {
|
|||
if(serviceEndpoint!=null) {
|
||||
registryPublisher.remove(serviceEndpoint);
|
||||
}
|
||||
|
||||
deleteOldConfiguration();
|
||||
|
||||
}
|
||||
|
||||
protected Property addProperty(Group<Property> properties, String name, String value) {
|
||||
|
|
Loading…
Reference in New Issue