]> gerrit.simantics Code Review - simantics/interop.git/blobdiff - org.simantics.interop.update/src/org/simantics/interop/update/model/SimpleObjectUpdateOp.java
Copying tags and type information.
[simantics/interop.git] / org.simantics.interop.update / src / org / simantics / interop / update / model / SimpleObjectUpdateOp.java
index 9f2f41af1f26569488a1d27e2875185f2c42240a..110ea45eb832440d0d2ed45767521ced5dfba1ca 100644 (file)
@@ -78,5 +78,10 @@ public class SimpleObjectUpdateOp extends AddDeleteUpdateOp {
                return copyObj;
        }
        
+       @Override
+    public String toString() {
+        return super.toString() + " " + r.getSubject() + " " + r.getPredicate() + " " + r.getObject();
+    }
+       
 
 }