Author: antelder
Date: Thu Apr 8 11:55:50 2010
New Revision: 931897
URL: http://svn.apache.org/viewvc?rev=931897&view=rev
Log:
Update for latest oasis api
Modified:
tuscany/sca-java-2.x/trunk/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/ComponentContextProxy.java
Modified:
tuscany/sca-java-2.x/trunk/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/ComponentContextProxy.java
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/ComponentContextProxy.java?rev=931897&r1=931896&r2=931897&view=diff
==============================================================================
---
tuscany/sca-java-2.x/trunk/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/ComponentContextProxy.java
(original)
+++
tuscany/sca-java-2.x/trunk/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/ComponentContextProxy.java
Thu Apr 8 11:55:50 2010
@@ -42,7 +42,7 @@ public class ComponentContextProxy imple
return runtimeComponent.getComponentContext();
}
- public <B, R extends ServiceReference<B>> R cast(B target) throws
IllegalArgumentException {
+ public <B> ServiceReference<B> cast(B target) throws
IllegalArgumentException {
return getComponentContext().cast(target);
}