Remove explicit default super-constructor calls
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / java / org / opendaylight / controller / sal / rest / impl / test / providers / TestJsonPatchBodyReaderMountPoint.java
index de3c0a0891b42a240e2c132d036145182d1e3462..8567d67b5acbb940a478bc05421f0cb63abf036e 100644 (file)
@@ -35,7 +35,6 @@ public class TestJsonPatchBodyReaderMountPoint extends AbstractBodyReaderTest {
     private static final String MOUNT_POINT = "instance-identifier-module:cont/yang-ext:mount";
 
     public TestJsonPatchBodyReaderMountPoint() throws NoSuchFieldException, SecurityException {
-        super();
         jsonToPatchBodyReader = new JsonToPatchBodyReader();
     }