Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan D. Brooks2015-10-22 03:35:29 +0000
committerRyan D. Brooks2015-10-22 03:35:29 +0000
commit9ad4458ac263f4ae6f985ba8146a4b7262bd5f17 (patch)
tree778a1548dce7d16f9e600a1e24ce7ef82f5cf4f8 /plugins/org.eclipse.osee.framework.core.dsl.integration.test/src/org
parent3b2e15bef570555bf0e492005c5baeb73d031a4a (diff)
downloadorg.eclipse.osee-9ad4458ac263f4ae6f985ba8146a4b7262bd5f17.tar.gz
org.eclipse.osee-9ad4458ac263f4ae6f985ba8146a4b7262bd5f17.tar.xz
org.eclipse.osee-9ad4458ac263f4ae6f985ba8146a4b7262bd5f17.zip
refactor: Provide default method for Identity.matches
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.dsl.integration.test/src/org')
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.integration.test/src/org/eclipse/osee/framework/core/dsl/integration/internal/ArtifactMatchInterpreterTest.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.integration.test/src/org/eclipse/osee/framework/core/dsl/integration/internal/ArtifactMatchInterpreterTest.java b/plugins/org.eclipse.osee.framework.core.dsl.integration.test/src/org/eclipse/osee/framework/core/dsl/integration/internal/ArtifactMatchInterpreterTest.java
index 9dc8a0d67c0..277f0c0e05b 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.integration.test/src/org/eclipse/osee/framework/core/dsl/integration/internal/ArtifactMatchInterpreterTest.java
+++ b/plugins/org.eclipse.osee.framework.core.dsl.integration.test/src/org/eclipse/osee/framework/core/dsl/integration/internal/ArtifactMatchInterpreterTest.java
@@ -300,10 +300,7 @@ public class ArtifactMatchInterpreterTest {
return null;
}
- @Override
- public boolean matches(Identity<?>... identities) {
- return false;
- }
+
@Override
public long getUuid() {

Back to the top