Workaround for the bogus FindBugs warning in ReplayingDecoderBuffer
This commit is contained in:
parent
f73de01a68
commit
cee920f3b8
@ -57,6 +57,11 @@ class ReplayingDecoderBuffer implements ChannelBuffer {
|
||||
public void clear() {
|
||||
reject();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean equals(Object obj) {
|
||||
return this == obj;
|
||||
}
|
||||
|
||||
public int compareTo(ChannelBuffer buffer) {
|
||||
reject();
|
||||
|
Loading…
x
Reference in New Issue
Block a user