Doesn't need to reject ReplayingDecoderBuffer.equals()
This commit is contained in:
parent
34b9b00723
commit
f73de01a68
@ -82,12 +82,6 @@ class ReplayingDecoderBuffer implements ChannelBuffer {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean equals(Object obj) {
|
||||
reject();
|
||||
return false;
|
||||
}
|
||||
|
||||
public byte getByte(int index) {
|
||||
checkIndex(index);
|
||||
return buffer.getByte(index);
|
||||
|
Loading…
Reference in New Issue
Block a user