Merge branch '3.2' of git://github.com/netty/netty into 3.2

This commit is contained in:
Trustin Lee 2011-05-04 16:56:36 +09:00
commit 8458c289e2

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