]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/ClusterChange2.java
Better emptying of trash bin
[simantics/platform.git] / bundles / org.simantics.db.procore / src / fi / vtt / simantics / procore / internal / ClusterChange2.java
index cebcdcf4294f270b8a17a79a12632fa52a9dfda2..234f2ada433ab8d858038cb8b26d732bf1121add 100644 (file)
@@ -2,7 +2,6 @@ package fi.vtt.simantics.procore.internal;
 
 import java.util.Arrays;
 
-import org.simantics.db.procore.cluster.ClusterImpl;
 import org.simantics.db.service.Bytes;
 import org.simantics.db.service.ClusterUID;
 
@@ -16,7 +15,7 @@ public class ClusterChange2 {
     private byte[] bytes;
     private int byteIndex;
     private ClusterUID clusterUID;
-    ClusterChange2(ClusterUID clusterUID, ClusterImpl cluster) {
+    ClusterChange2(ClusterUID clusterUID) {
         this.clusterUID = clusterUID;
         init();
     }