X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fforwardingrulesmanager%2Fapi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fforwardingrulesmanager%2FPortGroupChangeListener.java;h=5f286083389e8bc117e7550a31f0fbad08c6e004;hb=3afbe236f240c3f35093d58999f8b5882cd9dd2e;hp=7c8ade5b897dd72a7bcd954d7e19e5fbba5cc6d5;hpb=59cc8f34c24d81a8890a94c11dedd4b21caa0adf;p=controller.git diff --git a/opendaylight/forwardingrulesmanager/api/src/main/java/org/opendaylight/controller/forwardingrulesmanager/PortGroupChangeListener.java b/opendaylight/forwardingrulesmanager/api/src/main/java/org/opendaylight/controller/forwardingrulesmanager/PortGroupChangeListener.java index 7c8ade5b89..5f28608338 100644 --- a/opendaylight/forwardingrulesmanager/api/src/main/java/org/opendaylight/controller/forwardingrulesmanager/PortGroupChangeListener.java +++ b/opendaylight/forwardingrulesmanager/api/src/main/java/org/opendaylight/controller/forwardingrulesmanager/PortGroupChangeListener.java @@ -15,14 +15,14 @@ import org.opendaylight.controller.sal.core.Node; /** * PortGroupChangeListener listens to the PortGroup updates provided by the * PortGroupProvider. - * - * + * + * */ public interface PortGroupChangeListener { /** * This method is invoked by PortGroupProvider whenever it detects a change * in PortGroup membership for a given PortGroupConfig. - * + * * @param config * Port Group Configuration * @param portGroupData @@ -32,6 +32,5 @@ public interface PortGroupChangeListener { * true indicates that the PortGroup is added. False indicates * that the PortGroup is removed. */ - void portGroupChanged(PortGroupConfig config, - Map portGroupData, boolean add); + void portGroupChanged(PortGroupConfig config, Map portGroupData, boolean add); }