Remove explicit default super-constructor calls
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / java / org / opendaylight / restconf / nb / rfc8040 / jersey / providers / patch / JsonPatchBodyReaderTest.java
index 22355a8c7bd36087aa45f7d45067dc77b1df1dbf..d47534b5339e63361438354c421525798090d305 100644 (file)
@@ -32,7 +32,6 @@ public class JsonPatchBodyReaderTest extends AbstractBodyReaderTest {
     private static SchemaContext schemaContext;
 
     public JsonPatchBodyReaderTest() throws Exception {
-        super();
         jsonToPatchBodyReader = new JsonToPatchBodyReader();
     }