Remove explicit default super-constructor calls
[netconf.git] / restconf / restconf-nb-rfc8040 / src / main / java / org / opendaylight / restconf / nb / rfc8040 / streams / listeners / NotificationListenerAdapter.java
index e3eb6fe971371ea46bc3ee8034dbfa01cd32a178..33e08d2e2f145722fdc95345f6f6303debfa854f 100644 (file)
@@ -65,7 +65,6 @@ public class NotificationListenerAdapter extends AbstractCommonSubscriber implem
      *             type of output on notification (JSON, XML)
      */
     NotificationListenerAdapter(final SchemaPath path, final String streamName, final String outputType) {
-        super();
         register(this);
         setLocalNameOfPath(path.getLastComponent().getLocalName());