only:minor

This commit is contained in:
rusefillc 2023-07-24 22:24:08 -04:00
parent 5e65d155ff
commit 3de1de65cb
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ public class BinaryProtocol {
// todo: this ioLock needs better documentation!
private final Object ioLock = new Object();
BinaryProtocolLogger binaryProtocolLogger;
private final BinaryProtocolLogger binaryProtocolLogger;
public static boolean DISABLE_LOCAL_CONFIGURATION_CACHE;
public static String findCommand(byte command) {