Decouple config and netconf subsystems.
[controller.git] / opendaylight / netconf / netconf-notifications-api / src / main / java / org / opendaylight / controller / netconf / notifications / BaseNetconfNotificationListener.java
index 899ab85e92ef46e5964915921c32596630765ffe..577aee39fb1a2f1e6f55e19ab1b8ce141a61e189 100644 (file)
@@ -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