Skip to content
Snippets Groups Projects
Commit f8b0a6e8 authored by Kanzhe Jiang's avatar Kanzhe Jiang
Browse files

Merge remote branch 'floodlight/master'

parents fc43649e 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