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 / NnToJsonWithAugmentTest.java
index f09899c44d6942277ad51e270bd8ab0214acb680..0aadde5a78e5ebce0143ada85b5a12e77b95e881 100644 (file)
@@ -31,7 +31,6 @@ public class NnToJsonWithAugmentTest extends AbstractBodyReaderTest {
 
     public NnToJsonWithAugmentTest() throws NoSuchFieldException,
             SecurityException {
-        super();
         xmlBodyWriter = new NormalizedNodeJsonBodyWriter();
     }