diff options
author | edwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-11 15:22:51 +0000 |
---|---|---|
committer | edwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-11 15:22:51 +0000 |
commit | 5634a0ad419a03cf3a8d185a6bc3130c8f54baa6 (patch) | |
tree | ec2bc22c33b10b99c2478bd64724807dd57423ae /java/sca/stest/sampleTest | |
parent | b948fa187308ba97d2eab2609f3b12eac4078c4e (diff) |
Fixed bug with import of @Service annotation
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743361 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/stest/sampleTest')
-rw-r--r-- | java/sca/stest/sampleTest/src/main/java/test/ASM_0001_Client.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/stest/sampleTest/src/main/java/test/ASM_0001_Client.java b/java/sca/stest/sampleTest/src/main/java/test/ASM_0001_Client.java index 55d9e48d5e..bbe76aef62 100644 --- a/java/sca/stest/sampleTest/src/main/java/test/ASM_0001_Client.java +++ b/java/sca/stest/sampleTest/src/main/java/test/ASM_0001_Client.java @@ -18,7 +18,7 @@ */
package test;
-import org.oasisopen.sca.annotations.Service;
+import org.oasisopen.sca.annotation.Service;
import test.TestInvocation;
|