X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-notifications-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fnetconf%2Fnotifications%2FBaseNetconfNotificationListener.java;h=577aee39fb1a2f1e6f55e19ab1b8ce141a61e189;hb=refs%2Fchanges%2F13%2F23413%2F26;hp=899ab85e92ef46e5964915921c32596630765ffe;hpb=6b9ec89c77e614b44dbd01de77a45ee8d9e6d0ec;p=controller.git diff --git a/opendaylight/netconf/netconf-notifications-api/src/main/java/org/opendaylight/controller/netconf/notifications/BaseNetconfNotificationListener.java b/opendaylight/netconf/netconf-notifications-api/src/main/java/org/opendaylight/controller/netconf/notifications/BaseNetconfNotificationListener.java index 899ab85e92..577aee39fb 100644 --- a/opendaylight/netconf/netconf-notifications-api/src/main/java/org/opendaylight/controller/netconf/notifications/BaseNetconfNotificationListener.java +++ b/opendaylight/netconf/netconf-notifications-api/src/main/java/org/opendaylight/controller/netconf/notifications/BaseNetconfNotificationListener.java @@ -21,7 +21,7 @@ public interface BaseNetconfNotificationListener { /** * Callback used to notify about a change in used capabilities */ - void onCapabilityChanged(NetconfCapabilityChange capabilityChange); + void onCapabilityChanged(final NetconfCapabilityChange capabilityChange); // TODO add other base notifications