remove invalid comment
authortangpeng <tang.peng5@zte.com.cn>
Tue, 14 Feb 2017 02:48:46 +0000 (10:48 +0800)
committertangpeng <tang.peng5@zte.com.cn>
Tue, 14 Feb 2017 02:48:46 +0000 (10:48 +0800)
Change-Id: Id5b9f92182007b2eeb479bf49f4705229b40d1c7
Issue-ID:HOLMES-8
Signed-off-by: tangpeng <tang.peng5@zte.com.cn>
rulemgt/src/main/java/org/openo/holmes/rulemgt/RuleActiveApp.java

index 1337f16..c7eaf15 100644 (file)
@@ -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 ";