Remove explicit default super-constructor calls
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / java / org / opendaylight / restconf / nb / rfc8040 / jersey / providers / patch / XmlPatchBodyReaderTest.java
index fd3a9b0a52793306345e0cb637672f31ce0dbe3e..87d9ef18a1c74c2de7463c635172c8a4ae244014 100644 (file)
@@ -31,7 +31,6 @@ public class XmlPatchBodyReaderTest extends AbstractBodyReaderTest {
     private static SchemaContext schemaContext;
 
     public XmlPatchBodyReaderTest() throws Exception {
-        super();
         xmlToPatchBodyReader = new XmlToPatchBodyReader();
     }