Removed unnecessary dots in the example
This commit is contained in:
parent
7de2d0c0df
commit
bcd3fd5fe5
@ -108,8 +108,8 @@ import org.jboss.netty.handler.ssl.SslHandler;
|
|||||||
* ChannelPipeline p = Channels.pipeline();
|
* ChannelPipeline p = Channels.pipeline();
|
||||||
* p.addLast("1", new UpstreamHandlerA());
|
* p.addLast("1", new UpstreamHandlerA());
|
||||||
* p.addLast("2", new UpstreamHandlerB());
|
* p.addLast("2", new UpstreamHandlerB());
|
||||||
*.p.addLast("3", new DownstreamHandlerA());
|
* p.addLast("3", new DownstreamHandlerA());
|
||||||
*.p.addLast("4", new DownstreamHandlerB());
|
* p.addLast("4", new DownstreamHandlerB());
|
||||||
* p.addLast("5", new UpstreamHandlerX());
|
* p.addLast("5", new UpstreamHandlerX());
|
||||||
* </pre>
|
* </pre>
|
||||||
* The class whose name starts with {@code Upstream} means it is an upstream
|
* The class whose name starts with {@code Upstream} means it is an upstream
|
||||||
|
Loading…
Reference in New Issue
Block a user