Remove explicit default super-constructor calls
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / java / org / opendaylight / restconf / nb / rfc8040 / jersey / providers / patch / JsonPatchBodyReaderMountPointTest.java
index 42b35bfff32fd1dec477e129cd243f9bd7cb8790..b92a6cedcffe5d12622e897cf0d349d89b5cd8dd 100644 (file)
@@ -37,7 +37,6 @@ public class JsonPatchBodyReaderMountPointTest extends AbstractBodyReaderTest {
     private final JsonToPatchBodyReader jsonToPatchBodyReader;
 
     public JsonPatchBodyReaderMountPointTest() throws Exception {
-        super();
         jsonToPatchBodyReader = new JsonToPatchBodyReader();
     }