Merge "Remove netconf-impl's getConfig_candidate.xml"
[netconf.git] / netconf / netconf-impl / src / test / java / org / opendaylight / netconf / impl / ExiEncodeDecodeTest.java
index 98148a990a599614234f27096613e43116f53b6c..2fe0d5173cacce09349663f0505bd28b4edb38cd 100644 (file)
@@ -10,12 +10,12 @@ package org.opendaylight.netconf.impl;
 import static org.junit.Assert.assertNotNull;
 
 import org.junit.Test;
-import org.opendaylight.netconf.util.test.XmlFileLoader;
 import org.opendaylight.netconf.api.NetconfMessage;
+import org.opendaylight.netconf.util.test.XmlFileLoader;
 
-public class ExiEncodeDecodeTest  {
+public class ExiEncodeDecodeTest {
     @Test
-    public void encodeExi() throws Exception{
+    public void encodeExi() throws Exception {
 
         String startExiString = XmlFileLoader.xmlFileToString("netconfMessages/startExi.xml");
         assertNotNull(startExiString);
@@ -25,7 +25,8 @@ public class ExiEncodeDecodeTest  {
 
         /*
         ExiParameters exiParams = new ExiParameters();
-        exiParams.setParametersFromXmlElement(XmlElement.fromDomElement(startExiMessage.getDocument().getDocumentElement()));
+        exiParams.setParametersFromXmlElement(XmlElement.fromDomElement(startExiMessage.getDocument()
+        .getDocumentElement()));
         assertNotNull(exiParams);
 
         ByteBuf encodedBuf = Unpooled.buffer();