From 9cc477c95c9132d7b455e2a6dcfd900554d3f8a7 Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Wed, 28 Sep 2016 02:09:05 +0300 Subject: [PATCH 1/1] Fixes for non-compiling code after merge 5930811a7 --- .../simantics/procore/internal/ClusterSetsSupportImpl.java | 5 ----- .../simantics/procore/internal/ClusterSetsSupportImpl2.java | 5 ----- .../simantics/scl/compiler/tests/ModuleRegressionTests.java | 4 ++-- 3 files changed, 2 insertions(+), 12 deletions(-) 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 b81a6e734..c4ed5739c 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 @@ -70,11 +70,6 @@ public class ClusterSetsSupportImpl implements ClusterSetsSupport, Disposable { clusterSets.clear(); } - @Override - public void setReadDirectory(Path read) { - // TODO Auto-generated method stub - - } @Override public void updateWriteDirectory(Path write) { // Nothing to do here diff --git a/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/ClusterSetsSupportImpl2.java b/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/ClusterSetsSupportImpl2.java index 33950652c..5da4e3761 100644 --- a/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/ClusterSetsSupportImpl2.java +++ b/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/ClusterSetsSupportImpl2.java @@ -83,9 +83,4 @@ public class ClusterSetsSupportImpl2 implements ClusterSetsSupport, Disposable { this.readDirectory = read; } - @Override - public void setReadDirectory(Path read) { - this.readDirectory = read; - } - } diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java index 34d7a3324..44d05ac08 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java @@ -286,8 +286,8 @@ public class ModuleRegressionTests extends TestBase { for(BranchPoint bp : branchPoints) { for(int i=0;i