Skip to content
Snippets Groups Projects
Commit 9e596d5f authored by Rob Adams's avatar Rob Adams
Browse files

Merge branch 'master' of github.com:floodlight/floodlight into newdevicemanager

Conflicts:
	src/main/java/net/floodlightcontroller/devicemanager/DeviceAttachmentPoint.java
	src/main/java/net/floodlightcontroller/devicemanager/internal/DeviceManagerImpl.java
parents eb904082 36d0f5cf
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ public class FloodlightModuleContext implements IFloodlightModuleContext { ...@@ -29,7 +29,7 @@ public class FloodlightModuleContext implements IFloodlightModuleContext {
/** /**
* Adds a IFloodlightModule for this Context. * Adds a IFloodlightModule for this Context.
* @param clazz the service class * @param clazz the service class
* @param module The IFloodlightModule to add to the registry * @param service The IFloodlightService to add to the registry
*/ */
public void addService(Class<? extends IFloodlightService> clazz, public void addService(Class<? extends IFloodlightService> clazz,
IFloodlightService service) { IFloodlightService service) {
......
...@@ -41,7 +41,7 @@ public interface IFloodlightModule { ...@@ -41,7 +41,7 @@ public interface IFloodlightModule {
* Get a list of Modules that this module depends on. The module system * Get a list of Modules that this module depends on. The module system
* will ensure that each these dependencies is resolved before the * will ensure that each these dependencies is resolved before the
* subsequent calls to init(). * subsequent calls to init().
* @return The Collection of IFloodlightServices that this module depnds * @return The Collection of IFloodlightServices that this module depends
* on. * on.
*/ */
......
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