Fixed incorrect parameter name

This commit is contained in:
Trustin Lee 2009-03-16 04:17:53 +00:00
parent c4269c1697
commit 6d4adea536

View File

@ -344,7 +344,7 @@ public class TimeServerHandler extends &SimpleChannelHandler; {
&ChannelFuture; f = ch.write(time);<co id="example.time.co3"/>
f.addListener(new &ChannelFutureListener;() {<co id="example.time.co4"/>
public void operationComplete(&ChannelFuture; f) {
public void operationComplete(&ChannelFuture; future) {
&Channel; ch = future.getChannel();
ch.close();
}