mirror of https://github.com/apache/activemq.git
clarification that mutex is final
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-4.1@640324 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
296d537b13
commit
1ea5ffa913
|
@ -68,7 +68,7 @@ public class ServerSessionImpl implements ServerSession, InboundContext, Work, D
|
|||
private MessageProducer messageProducer;
|
||||
private final ServerSessionPoolImpl pool;
|
||||
|
||||
private Object runControlMutex = new Object();
|
||||
private final Object runControlMutex = new Object();
|
||||
private boolean runningFlag = false;
|
||||
/**
|
||||
* True if an error was detected that cause this session to be stale. When a session
|
||||
|
|
Loading…
Reference in New Issue