Remove explicit default super-constructor calls
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / java / org / opendaylight / controller / sal / restconf / impl / nn / to / xml / test / NnToXmlTest.java
index e4649e52127ae7321ce1692c45ddaa40b5eddbef..03a6279965363acf90b4daa4620960a72abe9a03 100644 (file)
@@ -53,7 +53,6 @@ public class NnToXmlTest extends AbstractBodyReaderTest {
     private static SchemaContext schemaContext;
 
     public NnToXmlTest() throws NoSuchFieldException, SecurityException {
-        super();
         this.xmlBodyWriter = new NormalizedNodeXmlBodyWriter();
     }