mirror of https://github.com/apache/activemq.git
removed unused field
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@550687 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0b769eee01
commit
1623820bf1
|
@ -45,7 +45,6 @@ public class ActiveMQSessionExecutor implements Task {
|
|||
private boolean dispatchedBySessionPool;
|
||||
private TaskRunner taskRunner;
|
||||
private boolean startedOrWarnedThatNotStarted;
|
||||
private long warnAboutUnstartedConnectionTime = 500L;
|
||||
|
||||
ActiveMQSessionExecutor(ActiveMQSession session) {
|
||||
this.session = session;
|
||||
|
|
Loading…
Reference in New Issue