http://gwt-code-reviews.appspot.com/1247801/diff/5001/6001 File user/src/com/google/gwt/i18n/client/DateTimeFormatInfo.java (right):
http://gwt-code-reviews.appspot.com/1247801/diff/5001/6001#newcode334 user/src/com/google/gwt/i18n/client/DateTimeFormatInfo.java:334: * Returns the day which ends the weekend, as an index into the return value Please fix the extra indents on all these javadoc methods, which was apparently introduced when the @return tags were removed, and causes the lines to be over 80 columns. I think the Javadoc for weekendEnd should be: Returns the day which ends the weekend, as an index into the return value of {...@link #weekdaysFull()}. <p>Note that this value may be numerically less than {...@link#weekendend()} - for example, {...@link #weekendStart()} of 6 and {...@link #weekendEnd()} of 0 means Saturday and Sunday are the weekend. http://gwt-code-reviews.appspot.com/1247801/diff/5001/6001#newcode340 user/src/com/google/gwt/i18n/client/DateTimeFormatInfo.java:340: * Returns the day which starts the weekend, as an index into the return value I think this Javadoc should simply be: Returns the day which starts the weekend, as an index into the return value of {...@link #weekdaysFull()}. http://gwt-code-reviews.appspot.com/1247801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
