]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Merge "DelayedWriteGraph denyValue should deny the value statement as well" into...
authorMarko Luukkainen <marko.luukkainen@semantum.fi>
Mon, 25 Feb 2019 12:21:42 +0000 (12:21 +0000)
committerGerrit Code Review <gerrit2@simantics>
Mon, 25 Feb 2019 12:21:42 +0000 (12:21 +0000)
bundles/org.simantics.db.impl/src/org/simantics/db/impl/graph/DelayedWriteGraph.java

index 44e23d017c99864bdc16131cd620723cc1c40cdb..f8797b251546b47cc169024f2e5cfb994f6fc529 100644 (file)
@@ -492,6 +492,7 @@ public class DelayedWriteGraph extends ReadGraphImpl implements WriteGraph, Byte
 
                if (valueStatement != null && !valueStatement.isAsserted(resource)) {
                    Resource value = valueStatement.getObject();
+                   deny(valueStatement);
                                denyValue(value);
                }
                }