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

Fix mismatches of parameter names between in Javadoc and method definition.

parent df937333
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ public interface IOFSwitch {
/**
* Writes the list of messages to the output stream
* The message will be handed to the floodlightProvider for possible filtering
* @param m
* @param msglist
* @param bc
* @throws IOException
*/
......@@ -94,7 +94,7 @@ public interface IOFSwitch {
/**
* Set the SwitchProperties based on it's description
* @param featuresReply
* @param description
*/
public void setSwitchProperties(OFDescriptionStatistics description);
......
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