Add final keyword

This commit is contained in:
Norman Maurer 2012-02-29 21:08:18 +01:00
parent 4df3c61233
commit 5f465da38d

View File

@ -20,7 +20,7 @@ import io.netty.channel.DefaultChannelFuture;
public class ChannelRunnableWrapper extends DefaultChannelFuture implements Runnable {
private Runnable task;
private final Runnable task;
public ChannelRunnableWrapper(Channel channel, Runnable task) {
super(channel, true);