Remove explicit default super-constructor calls
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / java / org / opendaylight / controller / sal / restconf / impl / json / to / nn / test / JsonIdentityrefToNnTest.java
index 061c177f1bdac554d5f82b302dd14105b39e6632..0345beab950ab9f0c08ccb26744c61376f4195e3 100644 (file)
@@ -27,7 +27,6 @@ public class JsonIdentityrefToNnTest extends AbstractBodyReaderTest {
 
     public JsonIdentityrefToNnTest() throws NoSuchFieldException,
             SecurityException {
-        super();
         this.jsonBodyReader = new JsonNormalizedNodeBodyReader();
     }