diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-11-08 12:01:56 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-11-08 12:01:56 +0000 |
commit | 57562fd7d9f381b25dcd5fba594e8d916c0838e8 (patch) | |
tree | 8bc0cf43fd72deab15a84ba53f7e7e6c4a177710 /sca-java-2.x/trunk | |
parent | 408a5350d21154e6d4b2bb5bd5742eade4e59546 (diff) |
Fix typo in comment
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1032555 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/runtime/impl/EndpointReferenceBinderImpl.java | 2 |
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 82860e2028..905fed4e01 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 @@ -112,7 +112,7 @@ public class EndpointReferenceBinderImpl implements EndpointReferenceBinder { } /** - * Bind a single endpoint reference at build time. Here we expect the + * Bind a single endpoint reference at run time. Here we expect the * registry to be populated with endpoints from across the domain * * @param endpointRegistry |