]> gerrit.simantics Code Review - simantics/interop.git/blobdiff - org.simantics.interop.update/src/org/simantics/interop/update/model/AddDeleteUpdateOp.java
Handling property change from Literal to SCLValue
[simantics/interop.git] / org.simantics.interop.update / src / org / simantics / interop / update / model / AddDeleteUpdateOp.java
index 54e91b83d7da17724b9ebf51e5d7b6f7aab17259..f270d46e87df8f169e47c2dd4339063cdcc54ae1 100644 (file)
@@ -55,7 +55,7 @@ public abstract class AddDeleteUpdateOp extends UpdateOp {
            }
        }
 
-       protected static void copyProperties(WriteGraph g, Resource source, Resource destination) throws DatabaseException {
+       public static void copyProperties(WriteGraph g, Resource source, Resource destination) throws DatabaseException {
                Layer0 l0 = Layer0.getInstance(g);
                for (Statement s : g.getStatements(source, l0.HasProperty)) {
                        if (s.isAsserted(source))