Remove explicit default super-constructor calls
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / java / org / opendaylight / controller / sal / rest / impl / test / providers / TestJsonBodyWriter.java
index c952e9d65ecaa8ccbdc348b2450b4b1e1da38d7b..c145c5b895b0c89f2865da887a1894f5252ff63c 100644 (file)
@@ -32,7 +32,6 @@ public class TestJsonBodyWriter extends AbstractBodyReaderTest {
     private static SchemaContext schemaContext;
 
     public TestJsonBodyWriter() throws NoSuchFieldException, SecurityException {
-        super();
         this.jsonBodyWriter = new NormalizedNodeJsonBodyWriter();
         this.jsonBodyReader = new JsonNormalizedNodeBodyReader();
     }