summaryrefslogtreecommitdiffstats
path: root/rulemgt
diff options
context:
space:
mode:
authortangpeng <tang.peng5@zte.com.cn>2017-02-14 10:48:46 +0800
committertangpeng <tang.peng5@zte.com.cn>2017-02-14 10:48:46 +0800
commit3ce54a89e941ddf8fd91ea4a830e3276169b6c06 (patch)
tree7be8b8bfadd8d0464c856371b990a780d47920fb /rulemgt
parent67c1bb6b2cd05993f6a223569f100c4c5a3c5ae8 (diff)
remove invalid comment
Change-Id: Id5b9f92182007b2eeb479bf49f4705229b40d1c7 Issue-ID:HOLMES-8 Signed-off-by: tangpeng <tang.peng5@zte.com.cn>
Diffstat (limited to 'rulemgt')
-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 ";