Revision: 10659
Author:   y...@google.com
Date:     Tue Sep 20 06:09:15 2011
Log:      Fix javadoc for new timezone-aware constructors of DateCell.

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

Review by: jlaba...@google.com
http://code.google.com/p/google-web-toolkit/source/detail?r=10659

Modified:
 /trunk/user/src/com/google/gwt/cell/client/DateCell.java

=======================================
--- /trunk/user/src/com/google/gwt/cell/client/DateCell.java Thu Sep 8 02:20:30 2011 +++ /trunk/user/src/com/google/gwt/cell/client/DateCell.java Tue Sep 20 06:09:15 2011
@@ -84,7 +84,7 @@
* @param timezone the {@link TimeZone} used to render the date, or null to * use the default behavior for the local time zone and the rendered
    *          date. See {@link DateTimeFormat#format(Date)} and
-   *          {@link Date#getTimeZoneOffset}
+   *          {@link Date#getTimezoneOffset()}
    */
   public DateCell(DateTimeFormat format, TimeZone timeZone) {
     this(format, SimpleSafeHtmlRenderer.getInstance(), timeZone);
@@ -100,7 +100,7 @@
* @param timezone the {@link TimeZone} used to render the date, or null to * use the default behavior for the local time zone and the rendered
    *          date. See {@link DateTimeFormat#format(Date)} and
-   *          {@link Date#getTimeZoneOffset}
+   *          {@link Date#getTimezoneOffset()}
    */
   public DateCell(DateTimeFormat format, SafeHtmlRenderer<String> renderer,
       TimeZone timeZone) {

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

Reply via email to