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 / NnJsonChoiceCaseTest.java
index 2345451bbbac6022c621dad9d48c5914db76c60b..c83261e0285d1e8ba91f85e2cbed39fd7ffcd55a 100644 (file)
@@ -28,7 +28,6 @@ public class NnJsonChoiceCaseTest extends AbstractBodyReaderTest {
 
     public NnJsonChoiceCaseTest() throws NoSuchFieldException,
             SecurityException {
-        super();
         jsonBodyWriter = new NormalizedNodeJsonBodyWriter();
     }