Remove explicit default super-constructor calls
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / java / org / opendaylight / restconf / nb / rfc8040 / jersey / providers / test / JsonBodyReaderTest.java
index fc29d70c3a887e13f9a3bcc5ec5c3518f096bf0a..da0e964a953f57d2b5cdbb962f140960293fb557 100644 (file)
@@ -57,7 +57,6 @@ public class JsonBodyReaderTest extends AbstractBodyReaderTest {
     }
 
     public JsonBodyReaderTest() throws Exception {
-        super();
         this.jsonBodyReader = new JsonNormalizedNodeBodyReader();
     }