Remove the default value of check time set. 87/41887/1
authorLiZi <li.zi30@zte.com.cn>
Tue, 10 Apr 2018 07:01:09 +0000 (03:01 -0400)
committerLiZi <li.zi30@zte.com.cn>
Tue, 10 Apr 2018 07:01:17 +0000 (03:01 -0400)
Change-Id: I44ad21772a211c343ba1e478e9093b10a746e7c3
Issue-ID: MSB-189
Signed-off-by: LiZi <li.zi30@zte.com.cn>
apiroute/apiroute-service/src/main/java/org/onap/msb/apiroute/api/Node.java

index 3c7bb1a..deb7036 100644 (file)
@@ -38,10 +38,10 @@ public class Node implements Serializable {
     private String checkUrl = "";
 
     // TCP or HTTP health check Interval,Unit: second", example = "10s"
-    private String checkInterval = "10s";
+    private String checkInterval;
 
     // TCP or HTTP health check TimeOut,Unit: second", example = "10s"
-    private String checkTimeOut = "10s";
+    private String checkTimeOut;
 
     private Boolean tls_skip_verify = true;
     /**