Minor fix: always reset journal in incremental session.
Without it in certain cases ConcurrentModificationException (on internal journal linked list) could arise.
This commit is contained in:
parent
f402ce33c8
commit
ef7f66dd3e
|
|
@ -55,8 +55,8 @@ internal class ExecutionQueue(
|
|||
|
||||
fun run(controller: Controller, processing: ConstraintsProcessing): FeedbackStatus {
|
||||
var status: FeedbackStatus = FeedbackStatus.NORMAL()
|
||||
processing.resetStore()
|
||||
if (execQueue.isNotEmpty()) {
|
||||
processing.resetStore()
|
||||
|
||||
var prevPos: MatchJournal.Pos? = null
|
||||
do {
|
||||
|
|
|
|||
Loading…
Reference in New Issue