BUG-3907: openflow-plugin-api does not build with jdk8
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / extensibility / EnhancedMessageTypeKey.java
index ec578c6b6e2f6f7797ad903b0c5a12c255f4b3fe..3a9fffc260fbf616e1269ba91c2c9f907e530930 100644 (file)
@@ -21,9 +21,9 @@ public class EnhancedMessageTypeKey<E, F> extends MessageTypeKey<E> {
     private final Class<F> msgType2;
 
     /**
-     * @param msgVersion
-     * @param msgType
-     * @param msgType2
+     * @param msgVersion protocol version
+     * @param msgType main type
+     * @param msgType2 subtype
      */
     public EnhancedMessageTypeKey(short msgVersion, Class<E> msgType, Class<F> msgType2) {
         super(msgVersion, msgType);