Merge "Implementation of INeutronFloatingIPAware introduced"
[groupbasedpolicy.git] / renderers / ofoverlay / src / main / java / org / opendaylight / groupbasedpolicy / renderer / ofoverlay / EndpointManager.java
index 9cb8ffc7360eb53e69c0133be4a9643c140e8d61..551f6e7278eebfd998251e117bd70b54a21e7389 100644 (file)
@@ -244,8 +244,8 @@ public class EndpointManager implements AutoCloseable, DataChangeListener
     /**
      * Get a collection of endpoints in a particular endpoint group
      *
-     * @param nodeId
-     *            the nodeId of the switch to get endpoints for
+     * @param eg
+     *            endpoint group ID
      * @return a collection of {@link Endpoint} objects.
      */
     public synchronized Collection<Endpoint> getEndpointsForGroup(EgKey eg) {