summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2017-02-14 14:06:53 +0000
committerGerrit Code Review <gerrit@open-o.org>2017-02-14 14:06:53 +0000
commita7171ca0509f65fa2dc2146f40a0f93b9ea6f95a (patch)
tree60ce75954b16a7a1312b4100de10240b9aebad18
parentf631ca6ba3587b2b1eee2c6f1f33144538215874 (diff)
parent3ce54a89e941ddf8fd91ea4a830e3276169b6c06 (diff)
Merge "remove invalid comment"
-rw-r--r--rulemgt/src/main/java/org/openo/holmes/rulemgt/RuleActiveApp.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/rulemgt/src/main/java/org/openo/holmes/rulemgt/RuleActiveApp.java b/rulemgt/src/main/java/org/openo/holmes/rulemgt/RuleActiveApp.java
index 1337f16..c7eaf15 100644
--- a/rulemgt/src/main/java/org/openo/holmes/rulemgt/RuleActiveApp.java
+++ b/rulemgt/src/main/java/org/openo/holmes/rulemgt/RuleActiveApp.java
@@ -21,11 +21,9 @@ import org.openo.dropwizard.ioc.bundle.IOCApplication;
public class RuleActiveApp extends IOCApplication < RuleAppConfig > {
public static void main( String[] args ) throws Exception {
-// args = new String[]{ "server",
-// "D:\\code\\open-o\\holmes-rule-management\\rulemgt-standalone\\src\\assembly\\resource\\conf\\holmes-rulemgt.yml" };
- new RuleActiveApp().run( args );
+ new RuleActiveApp().run( args );
}
-
+
@Override
public String getName() {
return "Holmes Rule Management ActiveApp APP ";