Remove explicit default super-constructor calls
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / java / org / opendaylight / controller / sal / restconf / impl / nn / to / xml / test / NnToXmlWithChoiceTest.java
index 180d04f6d39c187fd879e8f2512a5aed1866c9ed..01830d816c4e48842ec9d20bbea1b8eba94ca36d 100644 (file)
@@ -42,7 +42,6 @@ public class NnToXmlWithChoiceTest extends AbstractBodyReaderTest {
 
     public NnToXmlWithChoiceTest() throws NoSuchFieldException,
             SecurityException {
-        super();
         xmlBodyWriter = new NormalizedNodeXmlBodyWriter();
     }