Fix access level

This commit is contained in:
syuilo 2017-11-17 01:30:15 +09:00
parent 900b795785
commit 612123ec6d

View file

@ -7,7 +7,7 @@ import Connection from './stream';
*
*/
export default abstract class StreamManager<T extends Connection> extends EventEmitter {
protected _connection: T = null;
private _connection: T = null;
/**
*