Clean up warnings

This commit is contained in:
Sam Brannen
2019-05-10 18:00:29 +02:00
parent 0cff7eb32c
commit 64819bbc1d
13 changed files with 19 additions and 13 deletions

View File

@@ -873,10 +873,6 @@ public abstract class DataBufferUtils {
return -1;
}
public void reset() {
this.matches = 0;
}
@Override
public byte[] delimiter() {
return Arrays.copyOf(this.delimiter, this.delimiter.length);