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 / AAIAuthCoreTest.java
index 6fca4fd..813e8fa 100644 (file)
 
 package org.onap.aai.aaf.auth;
 
-import org.junit.Before;
-import org.junit.Test;
-import org.onap.aai.aaf.auth.exceptions.AAIUnrecognizedFunctionException;
-
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertTrue;
 
+import org.junit.Before;
+import org.junit.Test;
+import org.onap.aai.aaf.auth.exceptions.AAIUnrecognizedFunctionException;
+
 public class AAIAuthCoreTest extends AAISetup {
 
     private AAIAuthCore authCore;