1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

format code

This commit is contained in:
fangjian0423
2019-09-26 19:13:53 +08:00
parent 3298ea1adf
commit 9441194da4
2 changed files with 3 additions and 3 deletions

View File

@@ -52,9 +52,9 @@ public class SidecarProperties {
private URI healthCheckUrl;
/**
* interval of health check.
* interval of health check
*/
private long healthCheckInterval =30000L;
private long healthCheckInterval = 30000L;
public String getIp() {
return ip;