Changes based on fix of Bug 5137 - Neutron routes
[groupbasedpolicy.git] / neutron-ovsdb / src / main / java / org / opendaylight / groupbasedpolicy / neutron / ovsdb / NodeDataChangeListener.java
index 81940fa39c745fde20ca7b01d3d7d8c9467096b0..2bd1334e8e6b478346ffd28091f8a7dd0c85d483 100644 (file)
@@ -169,7 +169,8 @@ public class NodeDataChangeListener implements DataChangeListener, AutoCloseable
      * Get the DPID and OpenFlow port of the bridge that owns the {@link TerminationPoint} in the
      * provider mapping
      *
-     * @return
+     * @return the DPID and OpenFlow port of the bridge that owns the {@link TerminationPoint} in
+     * the provider mapping
      */
     private static String getInventoryNodeId(OvsdbNodeAugmentation ovsdbNode, String externalPortName) {
         List<ManagedNodeEntry> ovsdbNodes = ovsdbNode.getManagedNodeEntry();