| commit | 6bf3335f284706caec6085ca1034b4360fd79e7e | [log] [tgz] |
|---|---|---|
| author | jat@google.com <jat@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Mon May 18 21:33:46 2009 +0000 |
| committer | jat@google.com <jat@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Mon May 18 21:33:46 2009 +0000 |
| tree | 9f00dfd61d57836df7f09e6568b4f2a7895a95fa | |
| parent | 5ead61fdfd9514a8f601fbbbb754df68daaac21e [diff] |
Correct comment in example code. Patch by: jat Unreviewed git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@5413 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/javadoc/com/google/gwt/examples/NumberFormatExample.java b/user/javadoc/com/google/gwt/examples/NumberFormatExample.java index ee4078a..96c29ba 100644 --- a/user/javadoc/com/google/gwt/examples/NumberFormatExample.java +++ b/user/javadoc/com/google/gwt/examples/NumberFormatExample.java
@@ -26,7 +26,8 @@ // Currency fmt = NumberFormat.getCurrencyFormat(); formatted = fmt.format(123456.7899); - // prints $123,456.79 in the default locale + // prints US$123,456.79 in the default locale or $123,456.79 in the en_US + // locale GWT.log("Formatted currency is" + formatted, null); // Custom format