X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.db.procore%2Fsrc%2Ffi%2Fvtt%2Fsimantics%2Fprocore%2Finternal%2FClusterSetsSupportImpl.java;h=0f03141ea635376f10c57b11a9992b9cbafd21d7;hp=c2030409580b4a184419bfbce4e83d838539b53b;hb=ffdf837;hpb=d1a82fe1414c77b97bec886d6a3ae3c5d926c334 diff --git a/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/ClusterSetsSupportImpl.java b/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/ClusterSetsSupportImpl.java index c20304095..0f03141ea 100644 --- a/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/ClusterSetsSupportImpl.java +++ b/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/ClusterSetsSupportImpl.java @@ -69,8 +69,14 @@ public class ClusterSetsSupportImpl implements ClusterSetsSupport, Disposable { public void clear() { clusterSets.clear(); } + + @Override + public void setReadDirectory(Path read) { + // TODO Auto-generated method stub + + } @Override - public void updateReadAndWriteDirectories(Path read, Path write) { + public void updateWriteDirectory(Path write) { // Nothing to do here }