# HG changeset patch # User dxu # Date 1366305773 25200 # Node ID c42df24102c1902343e0ac762b4a99ffa069bf85 # Parent 69080fe3eb455eca85ae6d9f8d74db738bb8e793 8011946: java.util.Currency javadoc has broken link to iso.org Reviewed-by: mduigou diff -r 69080fe3eb45 -r c42df24102c1 jdk/src/share/classes/java/util/Currency.java --- a/jdk/src/share/classes/java/util/Currency.java Thu Apr 18 12:24:55 2013 +0100 +++ b/jdk/src/share/classes/java/util/Currency.java Thu Apr 18 10:22:53 2013 -0700 @@ -47,9 +47,8 @@ /** * Represents a currency. Currencies are identified by their ISO 4217 currency - * codes. Visit the - * ISO web site for more information, including a table of - * currency codes. + * codes. Visit the + * ISO web site for more information. *

* The class is designed so that there's never more than one * Currency instance for any given currency. Therefore, there's