diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-08-09 13:39:28 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-08-09 13:39:28 +0000 |
commit | 5b5f7b81057e0808e491104e3d89da1f625d9491 (patch) | |
tree | d5c040847493df92bc7674482c94f91fcd7ccd67 | |
parent | 8e2125680930c7336a74ced55d848d5dde8b6926 (diff) |
Fix typo in comment
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983642 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/modules/builder/src/main/java/org/apache/tuscany/sca/builder/impl/ComponentBuilderImpl.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/builder/src/main/java/org/apache/tuscany/sca/builder/impl/ComponentBuilderImpl.java b/sca-java-2.x/trunk/modules/builder/src/main/java/org/apache/tuscany/sca/builder/impl/ComponentBuilderImpl.java index ec9683a030..8d740509cd 100644 --- a/sca-java-2.x/trunk/modules/builder/src/main/java/org/apache/tuscany/sca/builder/impl/ComponentBuilderImpl.java +++ b/sca-java-2.x/trunk/modules/builder/src/main/java/org/apache/tuscany/sca/builder/impl/ComponentBuilderImpl.java @@ -1509,7 +1509,7 @@ public class ComponentBuilderImpl { } // TODO - there is an issue with the following code if the - // contracts of of different types. Need to use the + // contracts are of different types. Need to use the // normalized form // fix up the forward interface based on the promoted component |