Merge branch '1.2.x'

This commit is contained in:
Marcin Grzejszczak
2018-07-02 09:56:01 +02:00

View File

@@ -140,7 +140,6 @@ public class EurekaStubsRegistrar implements StubsRegistrar {
public void close() throws Exception {
for (EurekaRegistration registration : this.registrations) {
this.serviceRegistry.deregister(registration);
registration.close();
}
}
}