summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/runtime/impl/EndpointReferenceBinderImpl.java2
1 files changed, 1 insertions, 1 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 23d8f1a188..6ae3dd415d 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
@@ -1024,7 +1024,7 @@ public class EndpointReferenceBinderImpl implements EndpointReferenceBinder {
}
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());