From a18b5bb98a1d012c55f5bdac0496b531be72c496 Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 8 Apr 2010 11:55:50 +0000 Subject: Update for latest oasis api git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931897 13f79535-47bb-0310-9956-ffa450edef68 --- .../tuscany/sca/implementation/web/runtime/ComponentContextProxy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sca-java-2.x/trunk') diff --git a/sca-java-2.x/trunk/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/ComponentContextProxy.java b/sca-java-2.x/trunk/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/ComponentContextProxy.java index 3862889f27..798b3e704c 100644 --- a/sca-java-2.x/trunk/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/ComponentContextProxy.java +++ b/sca-java-2.x/trunk/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/ComponentContextProxy.java @@ -42,7 +42,7 @@ public class ComponentContextProxy implements ComponentContext { return runtimeComponent.getComponentContext(); } - public > R cast(B target) throws IllegalArgumentException { + public ServiceReference cast(B target) throws IllegalArgumentException { return getComponentContext().cast(target); } -- cgit v1.2.3