| commit | 6e65fd9a103300b2aec7245cc161c08a9f9cf3ad | [log] [tgz] |
|---|---|---|
| author | bobv@google.com <bobv@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed Feb 16 16:06:09 2011 +0000 |
| committer | bobv@google.com <bobv@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed Feb 16 16:06:09 2011 +0000 |
| tree | 377d160405dbf10a5cfdc1bb238fc8d6e2bb364d | |
| parent | 6de056768c8944c57955cccbb120ad62b58e5632 [diff] |
Fix Java 1.6-ism and remove stray @Override. Patch by: bobv Review by: jlabanca (TBR) git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9743 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/requestfactory/server/testing/InProcessRequestContext.java b/user/src/com/google/gwt/requestfactory/server/testing/InProcessRequestContext.java index 0691717..7b0ad26 100644 --- a/user/src/com/google/gwt/requestfactory/server/testing/InProcessRequestContext.java +++ b/user/src/com/google/gwt/requestfactory/server/testing/InProcessRequestContext.java
@@ -154,7 +154,6 @@ Class<?> requestType = method.getReturnType().asSubclass(Request.class); return Proxy.newProxyInstance(requestType.getClassLoader(), new Class<?>[] {requestType}, new InvocationHandler() { - @Override public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { if (Object.class.equals(method.getDeclaringClass())