From 5634a0ad419a03cf3a8d185a6bc3130c8f54baa6 Mon Sep 17 00:00:00 2001 From: edwardsmj Date: Wed, 11 Feb 2009 15:22:51 +0000 Subject: Fixed bug with import of @Service annotation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743361 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/stest/sampleTest/src/main/java/test/ASM_0001_Client.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/sca') 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; -- cgit v1.2.3