Skip to content
Snippets Groups Projects
Commit 755b9cc2 authored by abat's avatar abat
Browse files

Merge into master from pull request #81:

parents ca8b51ea 9e6f7a2a
No related branches found
No related tags found
No related merge requests found
...@@ -499,7 +499,7 @@ public class DeviceManagerImpl implements IDeviceManagerService, IOFMessageListe ...@@ -499,7 +499,7 @@ public class DeviceManagerImpl implements IDeviceManagerService, IOFMessageListe
/** /**
* Delete an attachment point from a device * Delete an attachment point from a device
* @param d the device * @param dlAddr the data link layer's address of the device
* @param swPort the {@link SwitchPortTuple} to remove * @param swPort the {@link SwitchPortTuple} to remove
*/ */
protected void delDevAttachmentPoint(long dlAddr, SwitchPortTuple swPort) { protected void delDevAttachmentPoint(long dlAddr, SwitchPortTuple swPort) {
...@@ -580,7 +580,7 @@ public class DeviceManagerImpl implements IDeviceManagerService, IOFMessageListe ...@@ -580,7 +580,7 @@ public class DeviceManagerImpl implements IDeviceManagerService, IOFMessageListe
/** /**
* Add switch-port to port_channel mapping to portChannelMap * Add switch-port to port_channel mapping to portChannelMap
* @param switch_id * @param switch_id
* @param port_no * @param port_name
* @param port_channel * @param port_channel
*/ */
protected void addPortToPortChannel(String switch_id, protected void addPortToPortChannel(String switch_id,
...@@ -1334,7 +1334,7 @@ public class DeviceManagerImpl implements IDeviceManagerService, IOFMessageListe ...@@ -1334,7 +1334,7 @@ public class DeviceManagerImpl implements IDeviceManagerService, IOFMessageListe
} }
/** /**
* @param topology the topology to set * @param linkDiscovery the link discovery service to set
*/ */
public void setLinkDiscovery(ILinkDiscoveryService linkDiscovery) { public void setLinkDiscovery(ILinkDiscoveryService linkDiscovery) {
this.linkDiscovery = linkDiscovery; this.linkDiscovery = linkDiscovery;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment