Just some tiny javadoc fixes
This commit is contained in:
parent
bd2230961d
commit
620c3e025a
@ -153,7 +153,6 @@ import java.util.NoSuchElementException;
|
||||
* <li>Protocol Decoder - translates binary data (e.g. {@link ByteBuf})
|
||||
* into a Java object.</li>
|
||||
* <li>Protocol Encoder - translates a Java object into binary data.</li>
|
||||
* <li><tt>ExecutionHandler</tt> - applies a thread model.</li>
|
||||
* <li>Business Logic Handler - performs the actual business logic
|
||||
* (e.g. database access).</li>
|
||||
* </ol>
|
||||
@ -164,7 +163,6 @@ import java.util.NoSuchElementException;
|
||||
* {@link ChannelPipeline} pipeline = ...;
|
||||
* pipeline.addLast("decoder", new MyProtocolDecoder());
|
||||
* pipeline.addLast("encoder", new MyProtocolEncoder());
|
||||
* pipeline.addLast("executor", new ExecutionHandler(...));
|
||||
* pipeline.addLast("handler", new MyBusinessLogicHandler());
|
||||
* </pre>
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user