Reduce the number of problems in aai-common by removing unused imports
[aai/aai-common.git] / aai-aaf-auth / src / test / java / org / onap / aai / aaf / auth / AAISetup.java
index 0827782..3284d7a 100644 (file)
@@ -17,6 +17,7 @@
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
+
 package org.onap.aai.aaf.auth;
 
 import org.junit.BeforeClass;
@@ -24,7 +25,7 @@ import org.junit.BeforeClass;
 public class AAISetup {
 
     @BeforeClass
-    public static void preSetup(){
+    public static void preSetup() {
         System.setProperty("AJSC_HOME", ".");
         System.setProperty("BUNDLECONFIG_DIR", "src/test/resources/bundleconfig-local");
     }