Revision: 9777
Author: [email protected]
Date: Mon Feb 28 08:17:40 2011
Log: Remove @Override for JDK 1.5 compliance.

Review at http://gwt-code-reviews.appspot.com/1370802

Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=9777

Modified:
/trunk/user/src/com/google/gwt/validation/rebind/GwtSpecificValidatorCreator.java

=======================================
--- /trunk/user/src/com/google/gwt/validation/rebind/GwtSpecificValidatorCreator.java Mon Feb 28 07:12:19 2011 +++ /trunk/user/src/com/google/gwt/validation/rebind/GwtSpecificValidatorCreator.java Mon Feb 28 08:17:40 2011
@@ -213,7 +213,6 @@

     Predicate<Class<?>> inBest = new Predicate<Class<?>>() {

-      @Override
       public boolean apply(Class<?> key) {
         return best.contains(key);
       }

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

Reply via email to