Organize Imports to be Checkstyle compliant in utils
[yangtools.git] / common / util / src / test / java / org / opendaylight / yangtools / util / MapAdaptorTest.java
index ec3b982dc823d3885be81e8048664033fe0b0495..3b0cbb7b586a4b9dbefcccc1d025fcbdb87fd032 100644 (file)
@@ -11,6 +11,7 @@ import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNotSame;
 import static org.junit.Assert.assertSame;
 import static org.junit.Assert.assertTrue;
+
 import com.google.common.collect.ImmutableMap;
 import java.util.Collections;
 import java.util.HashMap;