This commit is contained in:
Shikhar Bhushan
2010-03-25 23:40:20 +01:00
parent 2f1b2c4e77
commit 53389e6989

View File

@@ -78,7 +78,7 @@ public abstract class AbstractChannel
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();
/** Channel open event */
protected final Event<ConnectionException> open;