Fixed incorrect parameter name
This commit is contained in:
parent
c4269c1697
commit
6d4adea536
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user