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 / NnInstanceIdentifierToXmlTest.java
index 32c2b63ef93a4cd69a94733449ebbd8f6f2b84b3..501c6eff5a19fe28902217bc88c887b9f69d7ee8 100644 (file)
@@ -50,7 +50,6 @@ public class NnInstanceIdentifierToXmlTest extends AbstractBodyReaderTest {
 
     public NnInstanceIdentifierToXmlTest() throws NoSuchFieldException,
             SecurityException {
-        super();
         xmlBodyWriter = new NormalizedNodeXmlBodyWriter();
     }