Bug 1131 - yang-parser-impl cleanup
[yangtools.git] / yang / yang-parser-impl / src / test / java / org / opendaylight / yangtools / yang / parser / impl / util / YangModelDependencyInfoTest.java
index e4825c012fe9a45c8ffdab85735b727ac6cf0cb8..6e6b73b7435599763cbbee552f03b9e633c7eb19 100644 (file)
@@ -7,10 +7,10 @@
  */
 package org.opendaylight.yangtools.yang.parser.impl.util;
 
-import static org.junit.Assert.*;
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertNotNull;
 
 import java.io.InputStream;
-
 import org.junit.Test;
 
 public class YangModelDependencyInfoTest {