summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3/itest/validation/src/main/java/calculator/warning/AddServiceImplWithServiceName.java
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-07-03 23:59:53 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-07-03 23:59:53 +0000
commit523048c014f0ce4ac463cb864bcc40efc614120b (patch)
treeaf5117cb106f92d057a8cc18e15c1a7b967ef2ba /branches/sca-java-1.3/itest/validation/src/main/java/calculator/warning/AddServiceImplWithServiceName.java
parent016167dc07fc1674770488005f96bea60267d55c (diff)
Merge the fix from trunk to fix compilation errors caused by r673817
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673874 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.3/itest/validation/src/main/java/calculator/warning/AddServiceImplWithServiceName.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/branches/sca-java-1.3/itest/validation/src/main/java/calculator/warning/AddServiceImplWithServiceName.java b/branches/sca-java-1.3/itest/validation/src/main/java/calculator/warning/AddServiceImplWithServiceName.java
index aea4346748..aacde27842 100644
--- a/branches/sca-java-1.3/itest/validation/src/main/java/calculator/warning/AddServiceImplWithServiceName.java
+++ b/branches/sca-java-1.3/itest/validation/src/main/java/calculator/warning/AddServiceImplWithServiceName.java
@@ -20,6 +20,7 @@ package calculator.warning;
import java.util.logging.Level;
import java.util.logging.Logger;
+
import org.osoa.sca.annotations.Property;
import org.osoa.sca.annotations.Service;