Close bold tag.

This commit is contained in:
Bruce Mitchener 2011-05-02 23:52:43 +07:00 committed by Trustin Lee
parent e1869db913
commit aca290096b

View File

@ -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));
* } * }
* ... * ...