Remove explicit default super-constructor calls
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / java / org / opendaylight / controller / sal / rest / impl / test / providers / TestXmlPatchBodyReader.java
index fea1b6f017135b64d84d0ce1cc4ea0521d27382f..1bdbab9519a476c4967b77e5304fccdf53520d20 100644 (file)
@@ -26,7 +26,6 @@ public class TestXmlPatchBodyReader extends AbstractBodyReaderTest {
     private static SchemaContext schemaContext;
 
     public TestXmlPatchBodyReader() throws NoSuchFieldException, SecurityException {
-        super();
         xmlToPatchBodyReader = new XmlToPatchBodyReader();
     }