You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/08/18 17:02:30 UTC

svn commit: r986722 - /tuscany/sca-java-2.x/trunk/modules/builder/src/main/java/org/apache/tuscany/sca/builder/impl/ComponentBuilderImpl.java

Author: slaws
Date: Wed Aug 18 15:02:29 2010
New Revision: 986722

URL: http://svn.apache.org/viewvc?rev=986722&view=rev
Log:
Fix typo in comment

Modified:
    tuscany/sca-java-2.x/trunk/modules/builder/src/main/java/org/apache/tuscany/sca/builder/impl/ComponentBuilderImpl.java

Modified: tuscany/sca-java-2.x/trunk/modules/builder/src/main/java/org/apache/tuscany/sca/builder/impl/ComponentBuilderImpl.java
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/builder/src/main/java/org/apache/tuscany/sca/builder/impl/ComponentBuilderImpl.java?rev=986722&r1=986721&r2=986722&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/builder/src/main/java/org/apache/tuscany/sca/builder/impl/ComponentBuilderImpl.java (original)
+++ tuscany/sca-java-2.x/trunk/modules/builder/src/main/java/org/apache/tuscany/sca/builder/impl/ComponentBuilderImpl.java Wed Aug 18 15:02:29 2010
@@ -1656,7 +1656,7 @@ public class ComponentBuilderImpl {
     }  
     
     /**
-     * A local wrapper for the interace contract mapper as we need to normalize the 
+     * A local wrapper for the interface contract mapper as we need to normalize the 
      * interface contracts if appropriate and the mapper doesn't have the right
      * dependencies to be able to do it. 
      *