Author: slaws
Date: Thu Apr  8 12:25:01 2010
New Revision: 931906

URL: http://svn.apache.org/viewvc?rev=931906&view=rev
Log:
correct comment

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=931906&r1=931905&r2=931906&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
 Thu Apr  8 12:25:01 2010
@@ -443,9 +443,9 @@ public class EndpointReferenceBinderImpl
                 }
         }
         
-        // 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;


Reply via email to