Added good advice

This commit is contained in:
Sander Hautvast 2023-05-25 22:55:26 +02:00 committed by GitHub
parent bce8a4bcf5
commit d21fd56cca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {
} }