Skip to content
Snippets Groups Projects
Commit 9e4433b7 authored by Sho SHIMIZU's avatar Sho SHIMIZU
Browse files

Fix typo and spelling in Javadoc comments

parent b2222bd8
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