Author: slaws
Date: Tue Nov 22 14:20:36 2011
New Revision: 1205012
URL: http://svn.apache.org/viewvc?rev=1205012&view=rev
Log:
Fix typo in 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=1205012&r1=1205011&r2=1205012&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
Tue Nov 22 14:20:36 2011
@@ -1024,7 +1024,7 @@ public class EndpointReferenceBinderImpl
}
if (!endpoint.getSpecVersion().equals(Base.SCA11_NS)){
- // Assume it matches as we don't know how to do policy
+ // Assume it matches as we don't know how to do interface
// matching with anything but OASIS endpoint
matchAudit.append("Match because the target endpoint is not an
OASIS endpoint, specVersion = " +
endpoint.getSpecVersion());