Reduce the number of problems in aai-common by removing unused imports
[aai/aai-common.git] / aai-els-onap-logging / src / test / java / org / onap / aai / logging / LogFormatToolsTest.java
index 695d7c0..b352cb1 100644 (file)
 
 package org.onap.aai.logging;
 
-import org.junit.Test;
-import org.onap.aai.exceptions.AAIException;
-
 import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertTrue;
 
+import org.junit.Test;
+import org.onap.aai.exceptions.AAIException;
+
 public class LogFormatToolsTest {
 
     @Test