Skip to content
Snippets Groups Projects
Commit 36d0f5cf authored by Alex Reimers's avatar Alex Reimers
Browse files

Merge pull request #78 from oshothebig/fix/javadoc

Fix typo and spelling in Javadoc comments
parents 22c397fa 9e4433b7
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ public class FloodlightModuleContext implements IFloodlightModuleContext {
/**
* Adds a IFloodlightModule for this Context.
* @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,
IFloodlightService service) {
......
......@@ -41,7 +41,7 @@ public interface IFloodlightModule {
* Get a list of Modules that this module depends on. The module system
* will ensure that each these dependencies is resolved before the
* subsequent calls to init().
* @return The Collection of IFloodlightServices that this module depnds
* @return The Collection of IFloodlightServices that this module depends
* 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