Close bold tag.
This commit is contained in:
parent
e1869db913
commit
aca290096b
@ -51,7 +51,7 @@ package org.jboss.netty.channel;
|
|||||||
* public void login(String username, password) {
|
* public void login(String username, password) {
|
||||||
* {@link Channels}.write(
|
* {@link Channels}.write(
|
||||||
* <b>this.ctx</b>,
|
* <b>this.ctx</b>,
|
||||||
* {@link Channels}.succeededFuture(<b>this.ctx</t>.getChannel()),
|
* {@link Channels}.succeededFuture(<b>this.ctx</t>.getChannel()</b>),
|
||||||
* new LoginMessage(username, password));
|
* new LoginMessage(username, password));
|
||||||
* }
|
* }
|
||||||
* ...
|
* ...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user