Skip to content
Snippets Groups Projects
Commit 80f17738 authored by abat's avatar abat
Browse files

Merge into master from pull request #9:

Fix mismatches of parameter names between in Javadoc and method definition (https://github.com/floodlight/floodlight/pull/9)
parents d232983a 9ac347c4
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