Remove explicit default super-constructor calls
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / java / org / opendaylight / restconf / nb / rfc8040 / jersey / providers / test / XmlBodyReaderTest.java
index fa2a1d772bc82e68598798540c4f18c72be149a0..7a6fb00367a80ad1b92bb34e784deeda9ddb10b9 100644 (file)
@@ -62,7 +62,6 @@ public class XmlBodyReaderTest extends AbstractBodyReaderTest {
     }
 
     public XmlBodyReaderTest() throws Exception {
-        super();
         this.xmlBodyReader = new XmlNormalizedNodeBodyReader();
     }