Revision: 7243
Author: [email protected]
Date: Thu Dec  3 08:05:34 2009
Log: Fixing JavaDoc in NumberFormat.

Patch by: jlabanca
Review by: jat


http://code.google.com/p/google-web-toolkit/source/detail?r=7243

Modified:
  /trunk/user/src/com/google/gwt/i18n/client/NumberFormat.java

=======================================
--- /trunk/user/src/com/google/gwt/i18n/client/NumberFormat.java        Fri Nov 
20  
08:57:58 2009
+++ /trunk/user/src/com/google/gwt/i18n/client/NumberFormat.java        Thu Dec 
 3  
08:05:34 2009
@@ -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