diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-08 12:25:01 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-08 12:25:01 +0000 |
commit | 8537ccc9a402b4dc6990aab0650854a27fadda01 (patch) | |
tree | 8072139f9ce1dae7304f142290bf07ef4fcf5e46 /sca-java-2.x/trunk/modules | |
parent | 8e8606ec82bcc5500c48092160cf247820ef5a58 (diff) |
correct comment
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931906 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules')
-rw-r--r-- | sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/runtime/impl/EndpointReferenceBinderImpl.java | 6 |
1 files changed, 3 insertions, 3 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 0a88429848..1d2a4f9436 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 @@ -443,9 +443,9 @@ public class EndpointReferenceBinderImpl implements EndpointReferenceBinder { } } - // run the "appliesTo" algorithm to remove any policy sets that - // don't apply to the service binding - // TODO - is this done somewhere else already? + // the "appliesTo" algorithm to remove any policy sets that + // don't apply to the service binding will already have been + // run during the build phase // Determine if there are any reference policies boolean noEndpointReferencePolicies = true; |