Remove explicit default super-constructor calls
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / netconf / sal / streams / listeners / NotificationListenerAdapter.java
index eda5b84f94091c68406652977abba8747e2084fd..54e25a7c189b27863f042d3123940795e57fe56a 100644 (file)
@@ -66,7 +66,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);
         this.outputType = Preconditions.checkNotNull(outputType);
         this.path = Preconditions.checkNotNull(path);