summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-06-09 15:06:52 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-06-09 15:06:52 +0000
commit16b90c606b1afad643fcd4acff032a77415ef6da (patch)
treed39f142b5bcfb032d914bc58f1be20cc869d0e39 /sca-java-2.x/trunk/modules
parentc50f998af7de3fcf7517238e933b0aeadd85ef1b (diff)
Remove some more of those pesky non-utf8 characters
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953037 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/modules/domain-node/src/main/java/org/apache/tuscany/sca/something/Section10.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/sca-java-2.x/trunk/modules/domain-node/src/main/java/org/apache/tuscany/sca/something/Section10.java b/sca-java-2.x/trunk/modules/domain-node/src/main/java/org/apache/tuscany/sca/something/Section10.java
index af0fd888bb..c13d742456 100644
--- a/sca-java-2.x/trunk/modules/domain-node/src/main/java/org/apache/tuscany/sca/something/Section10.java
+++ b/sca-java-2.x/trunk/modules/domain-node/src/main/java/org/apache/tuscany/sca/something/Section10.java
@@ -107,10 +107,10 @@ public interface Section10 {
/**
* 4599 10.5.2 add Deployment Composite & update Deployment Composite
- * 4600 Adds or updates a deployment composite using a supplied composite ("composite by value" – a data
+ * 4600 Adds or updates a deployment composite using a supplied composite ("composite by value" - a data
* 4601 structure, not an existing resource in the Domain) to the contribution identified by a supplied contribution
* 4602 URI. The added or updated deployment composite is given a relative URI that matches the @name
- * 4603 attribute of the composite, with a “.composite” suffix. Since all composites run within the context of a
+ * 4603 attribute of the composite, with a ".composite" suffix. Since all composites run within the context of a
* 4604 installed contribution (any component implementations or other definitions are resolved within that
* 4605 contribution), this functionality makes it possible for the deployer to create a composite with final
* 4606 configuration and wiring decisions and add it to an installed contribution without having to modify the
@@ -132,10 +132,10 @@ public interface Section10 {
/**
* 4599 10.5.2 add Deployment Composite & update Deployment Composite
- * 4600 Adds or updates a deployment composite using a supplied composite ("composite by value" – a data
+ * 4600 Adds or updates a deployment composite using a supplied composite ("composite by value" - a data
* 4601 structure, not an existing resource in the Domain) to the contribution identified by a supplied contribution
* 4602 URI. The added or updated deployment composite is given a relative URI that matches the @name
- * 4603 attribute of the composite, with a “.composite” suffix. Since all composites run within the context of a
+ * 4603 attribute of the composite, with a ".composite" suffix. Since all composites run within the context of a
* 4604 installed contribution (any component implementations or other definitions are resolved within that
* 4605 contribution), this functionality makes it possible for the deployer to create a composite with final
* 4606 configuration and wiring decisions and add it to an installed contribution without having to modify the
@@ -165,7 +165,7 @@ public interface Section10 {
* 4677 10.7.1 add To Domain-Level Composite
* 4678 This functionality adds the composite identified by a supplied URI to the Domain Level Composite. The
* 4679 supplied composite URI refers to a composite within an installed contribution. The composite's installed
- * 4680 contribution determines how the composite’s artifacts are resolved (directly and indirectly). The supplied
+ * 4680 contribution determines how the composite's artifacts are resolved (directly and indirectly). The supplied
* 4681 composite is added to the domain composite with semantics that correspond to the domain-level
* 4683 components become top-level components and the component services become externally visible
* 4684 services (eg. they would be present in a WSDL description of the Domain). The meaning of any promoted