http://gwt-code-reviews.appspot.com/1247801/diff/1/2 File user/src/com/google/gwt/i18n/client/DateTimeFormatInfo.java (right):
http://gwt-code-reviews.appspot.com/1247801/diff/1/2#newcode337 user/src/com/google/gwt/i18n/client/DateTimeFormatInfo.java:337: int weekendStart(); This will generate checkstyle errors for the methods being out of order. Instead, change the javadoc. http://gwt-code-reviews.appspot.com/1247801/diff/1/2#newcode342 user/src/com/google/gwt/i18n/client/DateTimeFormatInfo.java:342: * than {...@link #weekendEnd()} - for example, {...@link #weekendEnd()} of 6 Please fix the formatting of the javadoc while you are here, and change the first weekendEnd on this line to weekendStart. Also, the 6/0 should be swapped. http://gwt-code-reviews.appspot.com/1247801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
