From: tangpeng Date: Tue, 14 Feb 2017 02:48:46 +0000 (+0800) Subject: remove invalid comment X-Git-Tag: release/mercury~48^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3ce54a89e941ddf8fd91ea4a830e3276169b6c06;p=holmes%2Frule-management.git remove invalid comment Change-Id: Id5b9f92182007b2eeb479bf49f4705229b40d1c7 Issue-ID:HOLMES-8 Signed-off-by: tangpeng --- 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 ";