Reviewers: fabiomfv, jlabanca,

Description:
Fixing typo in comments


Please review this at http://gwt-code-reviews.appspot.com/1402802/

Affected files:
  M user/test/com/google/gwt/user/client/WindowTest.java


Index: user/test/com/google/gwt/user/client/WindowTest.java
===================================================================
--- user/test/com/google/gwt/user/client/WindowTest.java        (revision 9938)
+++ user/test/com/google/gwt/user/client/WindowTest.java        (working copy)
@@ -326,7 +326,7 @@
       // sizes as requested.
// If the sizes are too big, for example, height > screen.availHeight + 40 // on FF, resizeTo silently sets the height to screen.availHeight + 40. - // hive machines are configured at this time as 800x600, reduce the size + // Some test machines are configured at this time as 800x600, reduce the size
       // to give some 'buffer'
       Window.resizeTo(750, 550);
       extraWidth = 750 - Window.getClientWidth();


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

Reply via email to