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

Fix mismatch between Javadoc comment and method argument

parent 1b5f30b6
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