refactoring
This commit is contained in:
parent
f09d42a695
commit
c698e65d11
|
@ -60,7 +60,7 @@ public class BinaryProtocol implements BinaryProtocolCommands {
|
|||
*/
|
||||
public byte[] currentOutputs;
|
||||
|
||||
public BinaryProtocol(final Logger logger, IoStream stream) {
|
||||
protected BinaryProtocol(final Logger logger, IoStream stream) {
|
||||
this.logger = logger;
|
||||
this.stream = stream;
|
||||
|
||||
|
|
Loading…
Reference in New Issue