]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/ClusterSetsSupportImpl.java
Merge commit 'd186091'
[simantics/platform.git] / bundles / org.simantics.db.procore / src / fi / vtt / simantics / procore / internal / ClusterSetsSupportImpl.java
index c2030409580b4a184419bfbce4e83d838539b53b..c4ed5739c873e809932cf2538c349c4f4f5bf685 100644 (file)
@@ -69,9 +69,15 @@ public class ClusterSetsSupportImpl implements ClusterSetsSupport, Disposable {
     public void clear() {\r
        clusterSets.clear();\r
     }\r
+    \r
     @Override\r
-    public void updateReadAndWriteDirectories(Path read, Path write) {\r
+    public void updateWriteDirectory(Path write) {\r
         // Nothing to do here\r
     }\r
     \r
+    @Override\r
+    public void setReadDirectory(Path read) {\r
+        \r
+    }\r
+    \r
 }\r