Thomas Broyer has submitted this change and it was merged.

Change subject: Fix javadoc in JsDate to list correct number for december
......................................................................


Fix javadoc in JsDate to list correct number for december

fixes issue 8212

Change-Id: I216195de9d5eb63d1e38a93895684c71ec80a1d6
---
M user/src/com/google/gwt/core/client/JsDate.java
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Leeroy Jenkins: Verified
  Thomas Broyer: Looks good to me, approved



diff --git a/user/src/com/google/gwt/core/client/JsDate.java b/user/src/com/google/gwt/core/client/JsDate.java
index 3aa61bc..7a351f0 100644
--- a/user/src/com/google/gwt/core/client/JsDate.java
+++ b/user/src/com/google/gwt/core/client/JsDate.java
@@ -160,7 +160,7 @@
   }-*/;

   /**
-   * Returns the month, from <code>0</code> (January) to <code>6</code>
+   * Returns the month, from <code>0</code> (January) to <code>11</code>
    * December.
    */
   public final native int getMonth() /*-{
@@ -238,7 +238,7 @@
   }-*/;

   /**
-   * Returns the month, from <code>0</code> (January) to <code>6</code>
+   * Returns the month, from <code>0</code> (January) to <code>11</code>
    * December, in UTC.
    */
   public final native int getUTCMonth() /*-{

--
To view, visit https://gwt-review.googlesource.com/3610
To unsubscribe, visit https://gwt-review.googlesource.com/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I216195de9d5eb63d1e38a93895684c71ec80a1d6
Gerrit-PatchSet: 1
Gerrit-Project: gwt
Gerrit-Branch: master
Gerrit-Owner: Daniel Kurka <[email protected]>
Gerrit-Reviewer: Leeroy Jenkins <[email protected]>
Gerrit-Reviewer: Thomas Broyer <[email protected]>

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to