Eliminate AbstractQueryParams
[netconf.git] / restconf / restconf-nb-rfc8040 / src / main / java / org / opendaylight / restconf / nb / rfc8040 / streams / listeners / NotificationListenerAdapter.java
index 3fc2c7af4708fb6c7174a657e82d58629dad91f9..866bd45d81c72faa02bfb69be187a3db01500cad 100644 (file)
@@ -95,7 +95,7 @@ public class NotificationListenerAdapter extends AbstractCommonSubscriber implem
     @SuppressWarnings("checkstyle:IllegalCatch")
     public void onNotification(final DOMNotification notification) {
         final Instant now = Instant.now();
-        if (!checkStartStop(now, this)) {
+        if (!checkStartStop(now)) {
             return;
         }