Inserted an empty line

This commit is contained in:
Trustin Lee 2008-12-30 02:06:00 +00:00
parent 051a6d0a07
commit ac82b9fe0b

View File

@ -43,6 +43,7 @@ import org.jboss.netty.handler.codec.oneone.OneToOneEncoder;
* // Encoder
* pipeline.addLast("base64Encoder", new {@link Base64Encoder}());
* </pre>
*
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com)
* @version $Rev$, $Date$