Close bold tag.

This commit is contained in:
Bruce Mitchener 2011-05-02 23:52:43 +07:00 committed by Trustin Lee
parent 1734f5fd01
commit 2a2e57f618

View File

@ -51,7 +51,7 @@ package org.jboss.netty.channel;
* public void login(String username, password) {
* {@link Channels}.write(
* <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));
* }
* ...