Fix checkstyle warnings in netconf-cli
[controller.git] / opendaylight / netconf / netconf-cli / src / test / java / org / opendaylight / controller / netconf / cli / io / IOUtilTest.java
index 5a2445279b4df24214d0c998f8fa78ba6f17d3a2..d6dabb9fe33130cb537875dab06ef0dc1b373fb3 100644 (file)
@@ -7,16 +7,13 @@
  */
 package org.opendaylight.controller.netconf.cli.io;
 
+import com.google.common.collect.Maps;
 import java.util.Map;
-
 import junit.framework.Assert;
-
 import org.junit.Test;
 import org.opendaylight.controller.netconf.cli.commands.CommandConstants;
 import org.opendaylight.yangtools.yang.common.QName;
 
-import com.google.common.collect.Maps;
-
 public class IOUtilTest {
 
     @Test