Organize Imports to be Checkstyle compliant in utils
[yangtools.git] / common / util / src / test / java / org / opendaylight / yangtools / util / SharedSingletonMapTest.java
index 58064e87bc9369a2997040aa8a3f306ff194d4e1..a8bc5b53d6969d913a433b73cfd050edf28e0b2b 100644 (file)
@@ -11,6 +11,7 @@ import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertNull;
 import static org.junit.Assert.assertTrue;
+
 import com.google.common.collect.ImmutableMap;
 import java.util.Collections;
 import java.util.Map;