Typo in StringDecoder Javadoc
This commit is contained in:
parent
b876bd8cec
commit
8b3956b238
@ -47,7 +47,7 @@ import org.jboss.netty.handler.codec.frame.FrameDecoder;
|
|||||||
* {@link ChannelPipeline} pipeline = ...;
|
* {@link ChannelPipeline} pipeline = ...;
|
||||||
*
|
*
|
||||||
* // Decoders
|
* // Decoders
|
||||||
* pipeline.addLast("frameDecoder", new {@link DelimiterBasedFrameDecoder}({@link Delimiters#lineDelimiter()}));
|
* pipeline.addLast("frameDecoder", new {@link DelimiterBasedFrameDecoder}(80, {@link Delimiters#lineDelimiter()}));
|
||||||
* pipeline.addLast("stringDecoder", new {@link StringDecoder}("UTF-8"));
|
* pipeline.addLast("stringDecoder", new {@link StringDecoder}("UTF-8"));
|
||||||
*
|
*
|
||||||
* // Encoder
|
* // Encoder
|
||||||
|
Loading…
Reference in New Issue
Block a user