Create vertex and edge indicies on startup
[aai/champ.git] / champ-service / src / main / java / org / onap / champ / ChampApplication.java
index da4f634..1f1fa3c 100644 (file)
@@ -2,8 +2,8 @@
  * ============LICENSE_START==========================================
  * org.onap.aai
  * ===================================================================
- * Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved.
- * Copyright © 2017-2018 Amdocs
+ * Copyright Â© 2017-2018 AT&T Intellectual Property. All rights reserved.
+ * Copyright Â© 2017-2018 Amdocs
  * ===================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -63,7 +63,6 @@ public class ChampApplication extends SpringBootServletInitializer {
             props.put("server.ssl.client-auth",requireClientAuth.equals("true")?"need":"want");
         }       
 
-
         new ChampApplication().configure(new SpringApplicationBuilder(ChampApplication.class).properties(props))
                 .run(args);
     }