Rename RESET_OVERRIDE to CANCEL_OVERRIDE

parent d76bd844
......@@ -77,7 +77,7 @@ public class EurekaServiceRegistry implements ServiceRegistry<EurekaRegistration
InstanceInfo info = registration.getApplicationInfoManager().getInfo();
//TODO: howto deal with delete properly?
if ("RESET_OVERRIDE".equalsIgnoreCase(status)) {
if ("CANCEL_OVERRIDE".equalsIgnoreCase(status)) {
registration.getEurekaClient().cancelOverrideStatus(info);
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment