mirror of https://github.com/apache/activemq.git
AMQ-6707 - remove duplicated started state flag
This commit is contained in:
parent
09bf8f89b8
commit
8d3674be3d
|
@ -46,7 +46,7 @@ public abstract class AbstractPendingMessageCursor implements PendingMessageCurs
|
|||
protected ActiveMQMessageAudit audit;
|
||||
protected boolean useCache=true;
|
||||
protected boolean cacheEnabled=true;
|
||||
private boolean started=false;
|
||||
protected boolean started=false;
|
||||
protected MessageReference last = null;
|
||||
protected final boolean prioritizedMessages;
|
||||
|
||||
|
|
|
@ -35,7 +35,6 @@ public class StoreQueueCursor extends AbstractPendingMessageCursor {
|
|||
private final Queue queue;
|
||||
private PendingMessageCursor nonPersistent;
|
||||
private final QueueStorePrefetch persistent;
|
||||
private boolean started;
|
||||
private PendingMessageCursor currentCursor;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue