Added good advice
This commit is contained in:
parent
bce8a4bcf5
commit
d21fd56cca
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ final class Varint {
|
||||||
//reuse the byte buffers => do not multithread
|
//reuse the byte buffers => do not multithread
|
||||||
private static final byte[] B8 = new byte[8];
|
private static final byte[] B8 = new byte[8];
|
||||||
private static final byte[] B9 = new byte[9];
|
private static final byte[] B9 = new byte[9];
|
||||||
|
//TODO remove them now!
|
||||||
private Varint() {
|
private Varint() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue