Fix access level

This commit is contained in:
syuilo
2017-11-17 01:30:15 +09:00
parent c2af1f1bff
commit bb0f9d5de9

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;
/**
* コネクションを必要としているユーザー