diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-02 08:23:38 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-02 08:23:38 +0000 |
commit | 02e51b006e9b84e175cc7e9eee86f3b384a53096 (patch) | |
tree | 6db42a04fd0aae375c08b8441e2708331422548b /java/sca | |
parent | ea8a72d09b2f25f78c61af52ac654b67b550d78a (diff) |
Remove stray @Service annotation
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@749230 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rw-r--r-- | java/sca/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/utils/ContextHelper.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/sca/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/utils/ContextHelper.java b/java/sca/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/utils/ContextHelper.java index 961dbcff22..ad3136a5fe 100644 --- a/java/sca/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/utils/ContextHelper.java +++ b/java/sca/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/utils/ContextHelper.java @@ -34,9 +34,7 @@ import org.oasisopen.sca.annotation.ComponentName; import org.oasisopen.sca.annotation.Context;
import org.oasisopen.sca.annotation.Property;
import org.oasisopen.sca.annotation.Reference;
-import org.oasisopen.sca.annotation.Service;
-@Service
public class ContextHelper {
public static final String COMPONENT_ATTR = "org.apache.tuscany.sca.implementation.web.RuntimeComponent";
|