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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user