Updated the package description for handler.codec.string

This commit is contained in:
Trustin Lee 2008-09-04 03:19:42 +00:00
parent 49e62cd000
commit 5a1f62f419

View File

@ -22,7 +22,7 @@
*/
/**
* Encoder and decoder which transform a string into a byte buffer and vice
* versa.
* Encoder and decoder which transform a {@link String} into a
* {@link org.jboss.netty.buffer.ChannelBuffer} and vice versa.
*/
package org.jboss.netty.handler.codec.string;