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