Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-08-10 18:04:10 +0000
committerrescobar2010-08-10 18:04:10 +0000
commit8f1681aebc30bba15844097722d5a0c3ebc6a0fc (patch)
tree440e39696973e5b24af8cc22750d5edce6f2605b /plugins/org.eclipse.osee.framework.core.dsl.integration
parentc954f5019e576553b7f289bf530861bc7bb778dc (diff)
downloadorg.eclipse.osee-8f1681aebc30bba15844097722d5a0c3ebc6a0fc.tar.gz
org.eclipse.osee-8f1681aebc30bba15844097722d5a0c3ebc6a0fc.tar.xz
org.eclipse.osee-8f1681aebc30bba15844097722d5a0c3ebc6a0fc.zip
"Team Workflow" - YGHW1 - "Block changes to requirements unless done under an appropriate action."
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.dsl.integration')
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.integration/src/org/eclipse/osee/framework/core/dsl/integration/ArtifactDataProvider.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.integration/src/org/eclipse/osee/framework/core/dsl/integration/ArtifactDataProvider.java b/plugins/org.eclipse.osee.framework.core.dsl.integration/src/org/eclipse/osee/framework/core/dsl/integration/ArtifactDataProvider.java
index b717080881b..3c30ccf10d0 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.integration/src/org/eclipse/osee/framework/core/dsl/integration/ArtifactDataProvider.java
+++ b/plugins/org.eclipse.osee.framework.core.dsl.integration/src/org/eclipse/osee/framework/core/dsl/integration/ArtifactDataProvider.java
@@ -38,5 +38,5 @@ public interface ArtifactDataProvider {
boolean isApplicable(Object object);
- ArtifactData asCastedObject(Object object);
+ ArtifactData asCastedObject(Object object) throws OseeCoreException;
} \ No newline at end of file

Back to the top