mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 15:20:54 +03:00
docfix
This commit is contained in:
@@ -78,7 +78,7 @@ public abstract class AbstractChannel
|
|||||||
|
|
||||||
private final Queue<Event<ConnectionException>> chanReqResponseEvents = new LinkedList<Event<ConnectionException>>();
|
private final Queue<Event<ConnectionException>> chanReqResponseEvents = new LinkedList<Event<ConnectionException>>();
|
||||||
|
|
||||||
/* The lock used by #newEvent to create open & close events */
|
/* The lock used by to create the open & close events */
|
||||||
private final ReentrantLock lock = new ReentrantLock();
|
private final ReentrantLock lock = new ReentrantLock();
|
||||||
/** Channel open event */
|
/** Channel open event */
|
||||||
protected final Event<ConnectionException> open;
|
protected final Event<ConnectionException> open;
|
||||||
|
|||||||
Reference in New Issue
Block a user