Skip to content
Snippets Groups Projects

F fsm

Merged Timm Fitschen requested to merge f-fsm into dev
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline

Files

@@ -829,7 +829,7 @@ public abstract class EntityStateJob extends EntityJob {
private void putCache(String key, EntityInterface value) {
synchronized (cache) {
if(value instanceof DeleteEntity) {
if (value instanceof DeleteEntity) {
throw new RuntimeException("Delete entity in cache. This is an implementation error.");
}
id_in_cache.add(value.getId());
Loading