[Fix] Fixed error due to objectFilter noch flushed

This commit is contained in:
Robert von Burg 2017-08-24 16:44:09 +02:00
parent c3dd25a068
commit 9e47eb4070
1 changed files with 3 additions and 0 deletions

View File

@ -822,6 +822,9 @@ public abstract class AbstractTransaction implements StrolchTransaction {
addCommand(cmd);
}
}
// clear, so that we don't do it twice in case of a flush()
this.objectFilter.clearCache();
}
@Override