Remove explicit default super-constructor calls
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / java / org / opendaylight / controller / sal / rest / impl / test / providers / TestXmlBodyReaderMountPoint.java
index 88050a138d996a9b93a8dac03cc57dba621e8c32..9ab3a2ce5f8eb60a7fda253515b9b5912280bb9f 100644 (file)
@@ -62,7 +62,6 @@ public class TestXmlBodyReaderMountPoint extends AbstractBodyReaderTest {
     }
 
     public TestXmlBodyReaderMountPoint() throws Exception {
-        super();
         this.xmlBodyReader = new XmlNormalizedNodeBodyReader();
     }