Skip to content

Commit

Permalink
Decoder renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita committed Jul 13, 2015
1 parent a0522a7 commit a81b7f5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -5,7 +5,7 @@
import io.netty.buffer.ByteBuf;
import io.netty.util.CharsetUtil;

public class BooleanReplayDecoder2 implements Decoder<Boolean> {
public class BooleanReplayDecoder implements Decoder<Boolean> {

@Override
public Boolean decode(ByteBuf buf) {
Expand Down

0 comments on commit a81b7f5

Please sign in to comment.