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/02/01 10:01:14 UTC

svn commit: r905215 - /tuscany/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/runtime/impl/EndpointReferenceBinderImpl.java

Author: slaws
Date: Mon Feb  1 09:01:14 2010
New Revision: 905215

URL: http://svn.apache.org/viewvc?rev=905215&view=rev
Log:
Fix a couple of typos in comments

Modified:
    tuscany/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/runtime/impl/EndpointReferenceBinderImpl.java

Modified: tuscany/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/runtime/impl/EndpointReferenceBinderImpl.java
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/runtime/impl/EndpointReferenceBinderImpl.java?rev=905215&r1=905214&r2=905215&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/runtime/impl/EndpointReferenceBinderImpl.java (original)
+++ tuscany/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/runtime/impl/EndpointReferenceBinderImpl.java Mon Feb  1 09:01:14 2010
@@ -417,7 +417,7 @@
         // don't apply to the service binding
         // TODO - is this done somewhere else already?
         
-        // Determine of there are any reference policies
+        // Determine if there are any reference policies
         boolean noEndpointReferencePolicies = true;
         
         for (PolicySet policySet : referencePolicySets){
@@ -427,7 +427,7 @@
             }
         }
         
-        // Determine of there are any reference policies
+        // Determine of there are any service policies
         boolean noEndpointPolicies = true;
         
         for (PolicySet policySet : endpoint.getPolicySets()){