Reviewers: jat,

Description:
Simple fix in NumberFormat JavaDoc.

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

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


Index: user/src/com/google/gwt/i18n/client/NumberFormat.java
===================================================================
--- user/src/com/google/gwt/i18n/client/NumberFormat.java       (revision 7242)
+++ user/src/com/google/gwt/i18n/client/NumberFormat.java       (working copy)
@@ -117,7 +117,7 @@
   * </tr>
   *
   * <tr>
- * <td><code>;</code></td>
+ * <td><code>E</code></td>
   * <td>Number</td>
   * <td>Yes</td>
   * <td>Separates mantissa and exponent in scientific notation; need not be
@@ -125,7 +125,7 @@
   * </tr>
   *
   * <tr>
- * <td><code>E</code></td>
+ * <td><code>;</code></td>
   * <td>Subpattern boundary</td>
   * <td>Yes</td>
   * <td>Separates positive and negative subpatterns</td>


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

Reply via email to