Delete old msbAddr
authorFengLiang <feng.liang1@zte.com.cn>
Thu, 9 Mar 2017 06:51:35 +0000 (14:51 +0800)
committerFengLiang <feng.liang1@zte.com.cn>
Thu, 9 Mar 2017 06:51:35 +0000 (14:51 +0800)
Change-Id: I153b4d3f8ee290712454cef9bee32f799807628e
Issue-ID: HOLMES-47
Signed-off-by: FengLiang <feng.liang1@zte.com.cn>
engine-d/src/main/java/org/openo/holmes/engine/EngineDAppConfig.java

index 23600e8..66944a1 100644 (file)
@@ -33,9 +33,6 @@ public class EngineDAppConfig extends Configuration {
     @NotEmpty
     private String apidescription = "Holmes rule management rest API";
 
-    @NotEmpty
-    private String msbServerAddr;
-
     @JsonProperty
     @NotNull
     @Valid
@@ -62,11 +59,6 @@ public class EngineDAppConfig extends Configuration {
         this.database = dataSourceFactory;
     }
 
-    @JsonProperty
-    public String getMsbServerAddr() {
-        return msbServerAddr;
-    }
-
     public String getApidescription() {
         return apidescription;
     }