Adjust to yangtools-2.0.0/odlparent-3.0.0 changes
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / java / org / opendaylight / controller / sal / restconf / impl / nn / to / xml / test / NnInstanceIdentifierToXmlTest.java
index 501c6eff5a19fe28902217bc88c887b9f69d7ee8..f1e5786b47af19ec16654666acbea5ef5decd873 100644 (file)
@@ -153,7 +153,6 @@ public class NnInstanceIdentifierToXmlTest extends AbstractBodyReaderTest {
     public void nnAsYangInstanceIdentifierAugment() throws Exception {
 
         final NormalizedNodeContext normalizedNodeContext = preparNNC();
-        final NormalizedNodeXmlBodyWriter xmlBodyWriter = new NormalizedNodeXmlBodyWriter();
         final OutputStream output = new ByteArrayOutputStream();
 
         xmlBodyWriter.writeTo(normalizedNodeContext, null, null, null,