This commit is contained in:
Spencer Gibb
2018-09-14 13:53:02 -04:00
parent 3dbcf46d0e
commit afc62da1fe
2 changed files with 2 additions and 2 deletions

View File

@@ -1051,7 +1051,7 @@ public class EurekaClientConfigBean implements EurekaClientConfig, Ordered {
.append("encoderName='").append(encoderName).append("', ")
.append("decoderName='").append(decoderName).append("', ")
.append("clientDataAccept='").append(clientDataAccept).append("', ")
.append("=shouldUnregisterOnShutdown'").append(shouldUnregisterOnShutdown).append("', ")
.append("shouldUnregisterOnShutdown='").append(shouldUnregisterOnShutdown).append("', ")
.append("shouldEnforceRegistrationAtInit='").append(shouldEnforceRegistrationAtInit).append("', ")
.append("order='").append(order).append("'}")
.toString();

View File

@@ -39,7 +39,7 @@ import com.netflix.appinfo.MyDataCenterInfo;
* @author Gregor Zurowski
*/
@ConfigurationProperties("eureka.instance")
public class EurekaInstanceConfigBean implements CloudEurekaInstanceConfig, EnvironmentAware{
public class EurekaInstanceConfigBean implements CloudEurekaInstanceConfig, EnvironmentAware {
private static final String UNKNOWN = "unknown";