]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/ClusterSetsSupportImpl2.java
Merge commit 'ffdf837'
[simantics/platform.git] / bundles / org.simantics.db.procore / src / fi / vtt / simantics / procore / internal / ClusterSetsSupportImpl2.java
index ed1689ea48c4994baa534d0596fd2f9132decff2..33950652cff5957b8fa6bdea13d05b57b805462d 100644 (file)
@@ -13,8 +13,8 @@ public class ClusterSetsSupportImpl2 implements ClusterSetsSupport, Disposable {
 \r
     final private static boolean DEBUG = false;\r
     final private static Map<String, ClusterSets> sClusterSets = new HashMap<String, ClusterSets>();\r
-    private Path writeDirectory;\r
     private Path readDirectory;\r
+    private Path writeDirectory;\r
     private String databaseId; // Unique identifier for database of session. Initialized in connect. \r
     private ClusterSets clusterSets; // Cluster sets for session. Initialized in connect.\r
     public ClusterSetsSupportImpl2() {\r
@@ -83,4 +83,9 @@ public class ClusterSetsSupportImpl2 implements ClusterSetsSupport, Disposable {
         this.readDirectory = read;\r
     }\r
 \r
+    @Override\r
+    public void setReadDirectory(Path read) {\r
+        this.readDirectory = read;\r
+    }\r
+\r
 }\r