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 / CustomLogPatternLayoutTest.java
index 71a07aa..28be0bf 100644 (file)
 
 package org.onap.aai.logging;
 
-import org.junit.Test;
-
 import static org.junit.Assert.assertEquals;
 
+import org.junit.Test;
+
 public class CustomLogPatternLayoutTest {
 
     private CustomLogPatternLayout customLogPatternLayout = new CustomLogPatternLayout();
 
     @Test
-    public void defaultConverterTest(){
+    public void defaultConverterTest() {
 
         assertEquals(customLogPatternLayout.getDefaultConverterMap().get("z"), CNName.class.getName());
         assertEquals(customLogPatternLayout.getDefaultConverterMap().get("y"), DME2RestFlag.class.getName());