summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2012-02-08 13:38:52 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2012-02-08 13:38:52 +0000
commit93fde93f8e5c1b3f363fd1d820fc9a438e204f01 (patch)
tree8eca67a3cd9fe43068773c86a37c8e88a7c3cecd /sca-java-2.x
parent65daee9fbfa5a8f7beae61a96edf428c054108cc (diff)
Fix typo in comment
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1241895 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/testing/itest/callback-multiple-wires/src/main/java/org/apache/tuscany/sca/test/callback/MyServiceImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/callback-multiple-wires/src/main/java/org/apache/tuscany/sca/test/callback/MyServiceImpl.java b/sca-java-2.x/trunk/testing/itest/callback-multiple-wires/src/main/java/org/apache/tuscany/sca/test/callback/MyServiceImpl.java
index 2b484293c7..150937dfc5 100644
--- a/sca-java-2.x/trunk/testing/itest/callback-multiple-wires/src/main/java/org/apache/tuscany/sca/test/callback/MyServiceImpl.java
+++ b/sca-java-2.x/trunk/testing/itest/callback-multiple-wires/src/main/java/org/apache/tuscany/sca/test/callback/MyServiceImpl.java
@@ -26,7 +26,7 @@ import org.oasisopen.sca.annotation.Service;
/**
* This class implements MyService and uses a callback.
*
- * In this scenario, we exlore using the RequestContext to retrieve the callBack reference
+ * In this scenario, we explore using the RequestContext to retrieve the callBack reference
* as @Callback injection is not performed for composite-scoped implementations (see JavaCAA Section 7.2.5)
*
* Changing the service implementation to be @Scope("STATELESS") would make plain @Callback injection work