Remove explicit default super-constructor calls
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / java / org / opendaylight / controller / sal / restconf / impl / nn / to / json / test / NnToJsonLeafrefType.java
index 14afbb3fa937ee1fd06363204b99c78c75d5067d..c5d77133285d4dc90fb4c3a51c37a6f7f2aeb291 100644 (file)
@@ -29,7 +29,6 @@ public class NnToJsonLeafrefType extends AbstractBodyReaderTest {
     private final NormalizedNodeJsonBodyWriter jsonBodyWriter;
 
     public NnToJsonLeafrefType() throws NoSuchFieldException, SecurityException {
-        super();
         jsonBodyWriter = new NormalizedNodeJsonBodyWriter();
     }