summaryrefslogtreecommitdiffstats
path: root/rulemgt/src/main/java/org/openo/holmes/rulemgt/RuleAppConfig.java
diff options
context:
space:
mode:
author6092002067 <wu.youbo@zte.com.cn>2017-03-08 17:44:56 +0800
committer6092002067 <wu.youbo@zte.com.cn>2017-03-09 10:40:20 +0800
commit51e4c57db505195b9f4f1b4c45f6f68977986331 (patch)
treef578e181b7cdb9c7f0b53e502432c1de90de9d87 /rulemgt/src/main/java/org/openo/holmes/rulemgt/RuleAppConfig.java
parent00fb528d6e90ccecc898db11ff1a1b485771ffcb (diff)
Add msb register code
Issue-ID:HOLMES-50 Change-Id: I854c07b552dddba14b317b41b16d6e198b23e32d Signed-off-by: youbowu <wu.youbo@zte.com.cn>
Diffstat (limited to 'rulemgt/src/main/java/org/openo/holmes/rulemgt/RuleAppConfig.java')
-rw-r--r--rulemgt/src/main/java/org/openo/holmes/rulemgt/RuleAppConfig.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/rulemgt/src/main/java/org/openo/holmes/rulemgt/RuleAppConfig.java b/rulemgt/src/main/java/org/openo/holmes/rulemgt/RuleAppConfig.java
index 57ae0c5..4fcb486 100644
--- a/rulemgt/src/main/java/org/openo/holmes/rulemgt/RuleAppConfig.java
+++ b/rulemgt/src/main/java/org/openo/holmes/rulemgt/RuleAppConfig.java
@@ -32,9 +32,6 @@ public class RuleAppConfig extends Configuration {
@NotEmpty
private String apidescription = "Holmes rule management rest API";
- @NotEmpty
- private String msbServerAddr;
-
@Valid
@NotNull
private DataSourceFactory database = new DataSourceFactory();
@@ -58,13 +55,4 @@ public class RuleAppConfig extends Configuration {
this.apidescription = apidescription;
}
- @JsonProperty
- public String getMsbServerAddr() {
- return msbServerAddr;
- }
-
- @JsonProperty
- public void setMsbServerAddr(String msbServerAddr) {
- this.msbServerAddr = msbServerAddr;
- }
}