refactoring

This commit is contained in:
rusefi 2017-06-21 08:00:15 +03:00
parent 6f01260206
commit 8b2c9f8d33
1 changed files with 1 additions and 1 deletions

View File

@ -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;