Remove explicit default super-constructor calls
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / java / org / opendaylight / controller / sal / rest / impl / test / providers / TestJsonPatchBodyReader.java
index 4f6c7e9b072b656288c717543b1c41909e096776..aec82f69dc13531a13df48ebe27ec2ea67784721 100644 (file)
@@ -27,7 +27,6 @@ public class TestJsonPatchBodyReader extends AbstractBodyReaderTest {
     private static SchemaContext schemaContext;
 
     public TestJsonPatchBodyReader() throws NoSuchFieldException, SecurityException {
-        super();
         jsonToPatchBodyReader = new JsonToPatchBodyReader();
     }