From 8537ccc9a402b4dc6990aab0650854a27fadda01 Mon Sep 17 00:00:00 2001 From: slaws Date: Thu, 8 Apr 2010 12:25:01 +0000 Subject: correct comment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931906 13f79535-47bb-0310-9956-ffa450edef68 --- .../tuscany/sca/core/runtime/impl/EndpointReferenceBinderImpl.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sca-java-2.x/trunk/modules') 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; -- cgit v1.2.3