Remove explicit default super-constructor calls
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / java / org / opendaylight / controller / sal / rest / impl / test / providers / TestJsonBodyReader.java
index bbe455cc3d5e511665b34d86978d77d13b4fad6c..e9c772018ee4c9923d3639440b7538cd3e5eade1 100644 (file)
@@ -58,7 +58,6 @@ public class TestJsonBodyReader extends AbstractBodyReaderTest {
 
 
     public TestJsonBodyReader() throws NoSuchFieldException, SecurityException {
-        super();
         this.jsonBodyReader = new JsonNormalizedNodeBodyReader();
     }