Reviewers: zundel,

Description:
Fix swapped javadoc for weekendStart() & weekendEnd() in
DateTimeFormatInfo.


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

Affected files:
  M user/src/com/google/gwt/i18n/client/DateTimeFormatInfo.java


Index: user/src/com/google/gwt/i18n/client/DateTimeFormatInfo.java
===================================================================
--- user/src/com/google/gwt/i18n/client/DateTimeFormatInfo.java (revision 9475) +++ user/src/com/google/gwt/i18n/client/DateTimeFormatInfo.java (working copy)
@@ -334,7 +334,7 @@
* Returns the day which starts the weekend, as an index into the return value
    *     of {...@link #weekdaysFull()}.
    */
-  int weekendEnd();
+  int weekendStart();

   /**
* Returns the day which ends the weekend, as an index into the return value
@@ -343,5 +343,5 @@
    *     and {...@link #weekendStart()} of 0 means Saturday and Sunday are the
    *     weekend.
    */
-  int weekendStart();
+  int weekendEnd();
 }


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

Reply via email to