]> gerrit.simantics Code Review - simantics/interop.git/blobdiff - org.simantics.interop.update/src/org/simantics/interop/update/model/AddDeleteUpdateOp.java
UpdateList object for property changes
[simantics/interop.git] / org.simantics.interop.update / src / org / simantics / interop / update / model / AddDeleteUpdateOp.java
index c01297e60bcab214bd0321dacd412cae85b76480..901dc19ecbd027b25eead4cf6cc73efab4a82d18 100644 (file)
@@ -17,7 +17,8 @@ import org.simantics.layer0.Layer0;
 
 public abstract class AddDeleteUpdateOp extends UpdateOp {
        
-       boolean add;
+       protected boolean add;
+
        
        public AddDeleteUpdateOp(GraphChanges changes) {
                super(changes);