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 / JsonLeafrefToNnTest.java
index 6b7953be6e344b8129c78df9beed5e2293036a5c..f0bfa63d348670a532f5afdbba7da4873b022b8d 100644 (file)
@@ -26,7 +26,6 @@ public class JsonLeafrefToNnTest extends AbstractBodyReaderTest {
     private static SchemaContext schemaContext;
 
     public JsonLeafrefToNnTest() throws NoSuchFieldException, SecurityException {
-        super();
         this.jsonBodyReader = new JsonNormalizedNodeBodyReader();
     }