X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-util%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fnetconf%2Futil%2Fxml%2FXmlElementTest.java;h=22210a394e6a344cdb66df27af19662777c65b59;hb=3a71a222b896b9d07e638af62300180799bdac67;hp=a88de956e2f336704ce9af6895b9cf7285ce7f2b;hpb=ccccedddaa476f0d77a9bd863230a270cc4191dc;p=controller.git diff --git a/opendaylight/netconf/netconf-util/src/test/java/org/opendaylight/controller/netconf/util/xml/XmlElementTest.java b/opendaylight/netconf/netconf-util/src/test/java/org/opendaylight/controller/netconf/util/xml/XmlElementTest.java index a88de956e2..22210a394e 100644 --- a/opendaylight/netconf/netconf-util/src/test/java/org/opendaylight/controller/netconf/util/xml/XmlElementTest.java +++ b/opendaylight/netconf/netconf-util/src/test/java/org/opendaylight/controller/netconf/util/xml/XmlElementTest.java @@ -17,6 +17,7 @@ import static org.junit.Assert.assertThat; import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; +import com.google.common.base.Optional; import java.util.Map; import org.junit.Before; import org.junit.Test; @@ -25,8 +26,6 @@ import org.opendaylight.controller.netconf.util.exception.MissingNameSpaceExcept import org.w3c.dom.Document; import org.w3c.dom.Element; -import com.google.common.base.Optional; - public class XmlElementTest { private final String elementAsString = "" +