From 93fde93f8e5c1b3f363fd1d820fc9a438e204f01 Mon Sep 17 00:00:00 2001 From: slaws Date: Wed, 8 Feb 2012 13:38:52 +0000 Subject: Fix typo in comment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1241895 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/java/org/apache/tuscany/sca/test/callback/MyServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sca-java-2.x/trunk/testing/itest/callback-multiple-wires/src/main/java/org/apache/tuscany/sca/test') 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 -- cgit v1.2.3