summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-11-14 18:14:50 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-11-14 18:14:50 +0000
commit38777ef4cabde2946e29de359aae818593d494a8 (patch)
tree1c57124e6e625f196d71ce8b75944d7b69489266 /branches/sca-equinox/modules
parent0b52e4057dcc48d5662adf0cbcbe9ced1c53a6f2 (diff)
Remove unused imports
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@714090 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/modules')
-rw-r--r--branches/sca-equinox/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/CglibProxyFactory.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/branches/sca-equinox/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/CglibProxyFactory.java b/branches/sca-equinox/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/CglibProxyFactory.java
index 0fa1d27d2a..15c4d50901 100644
--- a/branches/sca-equinox/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/CglibProxyFactory.java
+++ b/branches/sca-equinox/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/CglibProxyFactory.java
@@ -31,7 +31,6 @@ import net.sf.cglib.proxy.MethodProxy;
import org.apache.tuscany.sca.core.context.CallableReferenceImpl;
import org.apache.tuscany.sca.core.context.ServiceReferenceImpl;
import org.apache.tuscany.sca.interfacedef.InterfaceContractMapper;
-import org.apache.tuscany.sca.interfacedef.impl.InterfaceContractMapperImpl;
import org.apache.tuscany.sca.invocation.MessageFactory;
import org.apache.tuscany.sca.runtime.RuntimeWire;
import org.osoa.sca.CallableReference;
@@ -42,7 +41,6 @@ import org.osoa.sca.ServiceReference;
*
* @version $Rev$ $Date$
*/
-@SuppressWarnings("unused")
public class CglibProxyFactory implements ProxyFactory {
private MessageFactory messageFactory;