src/share/classes/java/util/Currency.java

Print this page

        

*** 663,673 **** /** * Replaces currency data found in the currencydata.properties file * * @param pattern regex pattern for the properties * @param ctry country code ! * @param data currency data. This is a comma separated string that * consists of "three-letter alphabet code", "three-digit numeric code", * and "one-digit (0,1,2, or 3) default fraction digit". * For example, "JPZ,392,0". * An optional UTC date can be appended to the string (comma separated) * to allow a currency change take effect after date specified. --- 663,673 ---- /** * Replaces currency data found in the currencydata.properties file * * @param pattern regex pattern for the properties * @param ctry country code ! * @param curdata currency data. This is a comma separated string that * consists of "three-letter alphabet code", "three-digit numeric code", * and "one-digit (0,1,2, or 3) default fraction digit". * For example, "JPZ,392,0". * An optional UTC date can be appended to the string (comma separated) * to allow a currency change take effect after date specified.