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

Merge pull request #324 from oshothebig/javadoc

Fix mismatch between Javadoc comment and method argument
parents facbe127 e52e2d46
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ public enum OFType {
* type number, length, and derived class
*
* @param type Wire protocol number associated with this OFType
* @param requestClass The Java class corresponding to this type of OpenFlow
* @param clazz The Java class corresponding to this type of OpenFlow
* message
* @param instantiator An Instantiator<OFMessage> implementation that creates an
* instance of the specified OFMessage
......
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