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 / NnToXmlWithDataFromSeveralModulesTest.java
index 8034d7401098619c4f732e9d8e32ba8fabdcaf1a..0791b8ab1201c35355d3865404d90c56a0425d8c 100644 (file)
@@ -44,7 +44,6 @@ public class NnToXmlWithDataFromSeveralModulesTest extends
 
     public NnToXmlWithDataFromSeveralModulesTest() throws NoSuchFieldException,
             SecurityException {
-        super();
         xmlBodyWriter = new NormalizedNodeXmlBodyWriter();
     }