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