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