refactoring

This commit is contained in:
rusefi 2017-06-21 08:00:15 +03:00
parent f09d42a695
commit c698e65d11
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;