Revision: 7770
Author: [email protected]
Date: Tue Mar 23 09:22:21 2010
Log: Remove an incorrect @Override of an interface method

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

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

Modified:
/trunk/dev/core/test/com/google/gwt/core/ext/linker/impl/SelectionScriptJavaScriptTest.java

=======================================
--- /trunk/dev/core/test/com/google/gwt/core/ext/linker/impl/SelectionScriptJavaScriptTest.java Mon Mar 22 09:13:22 2010 +++ /trunk/dev/core/test/com/google/gwt/core/ext/linker/impl/SelectionScriptJavaScriptTest.java Tue Mar 23 09:22:21 2010
@@ -214,7 +214,6 @@

     final List<String> alerts = new ArrayList<String>();
     webClient.setAlertHandler(new AlertHandler() {
-      @Override
       public void handleAlert(Page page, String msg) {
         alerts.add(msg);
       }

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

To unsubscribe from this group, send email to 
google-web-toolkit-contributors+unsubscribegooglegroups.com or reply to this email with 
the words "REMOVE ME" as the subject.

Reply via email to