Migrate IetfYangUtil.bytesFor() users
[openflowplugin.git] / openflowjava / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / serialization / factories / EchoOutputMessageFactory.java
index 3a244db3fb3e94641c90b6f3cb27d6a3cdb1a837..6e6cb0302cede1d0cb92d8984279585172988534 100644 (file)
@@ -14,8 +14,9 @@ import org.opendaylight.openflowjava.util.ByteBufUtils;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.EchoOutput;
 
 /**
- * @author giuseppex.petralia@intel.com
+ * Translates EchoOutput messages (both OpenFlow v1.0 and OpenFlow v1.3).
  *
+ * @author giuseppex.petralia@intel.com
  */
 public class EchoOutputMessageFactory implements OFSerializer<EchoOutput> {