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 / JsonToNnTest.java
index 7bb72762775df9b88e70ecf5807076ab3ea1daae..ff7cd5703d8bfe7d6bc1ecad39e4b6137869a473 100644 (file)
@@ -35,7 +35,6 @@ public class JsonToNnTest extends AbstractBodyReaderTest {
     private SchemaContext schemaContext;
 
     public JsonToNnTest() throws NoSuchFieldException, SecurityException {
-        super();
     }
 
     public static void initialize(final String path, SchemaContext schemaContext) {