Fix checkstyle error for java 8 build success
[openflowplugin.git] / openflowplugin / src / main / java / org / opendaylight / openflowplugin / openflow / md / core / sal / convertor / PacketOutConvertor.java
index d67412703c04b1de53caa4205c4fb0d8ad5d1879..8e01cd0877bbb2363e8b641ae1bd0f0e4b279cfe 100644 (file)
@@ -40,8 +40,10 @@ public final class PacketOutConvertor {
     // Get all the data for the PacketOut from the Yang/SAL-Layer
 
     /**
-     * @param version
-     * @param inputPacket
+     * @param version openflow version
+     * @param inputPacket input packet
+     * @param datapathid  datapath id
+     * @param xid tx id
      * @return PacketOutInput required by OF Library
      */
     public static PacketOutInput toPacketOutInput(final TransmitPacketInput inputPacket, final short version, final Long xid,