summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-02-01 09:01:14 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-02-01 09:01:14 +0000
commit15b156137582876f967a9ab3e90cf637a8d47d39 (patch)
tree53517f8966d8b318cc5ce1dde4393ee14cb21e13
parent186bc1ebe73b8979a439f766f57200992399be80 (diff)
Fix a couple of typos in comments
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905215 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/runtime/impl/EndpointReferenceBinderImpl.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/runtime/impl/EndpointReferenceBinderImpl.java b/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/runtime/impl/EndpointReferenceBinderImpl.java
index 13003fc890..33255d6573 100644
--- a/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/runtime/impl/EndpointReferenceBinderImpl.java
+++ b/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/runtime/impl/EndpointReferenceBinderImpl.java
@@ -417,7 +417,7 @@ public class EndpointReferenceBinderImpl implements EndpointReferenceBinder {
// 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 @@ public class EndpointReferenceBinderImpl implements EndpointReferenceBinder {
}
}
- // Determine of there are any reference policies
+ // Determine of there are any service policies
boolean noEndpointPolicies = true;
for (PolicySet policySet : endpoint.getPolicySets()){