Revision: 9743
Author: [email protected]
Date: Wed Feb 16 08:06:09 2011
Log: Fix Java 1.6-ism and remove stray @Override.
Patch by: bobv
Review by: jlabanca (TBR)

http://code.google.com/p/google-web-toolkit/source/detail?r=9743

Modified:
/trunk/user/src/com/google/gwt/requestfactory/server/testing/InProcessRequestContext.java

=======================================
--- /trunk/user/src/com/google/gwt/requestfactory/server/testing/InProcessRequestContext.java Wed Feb 16 05:36:53 2011 +++ /trunk/user/src/com/google/gwt/requestfactory/server/testing/InProcessRequestContext.java Wed Feb 16 08:06:09 2011
@@ -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())

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to