From b27009bc3eaaeb79bd7270d4d38b1f6938202262 Mon Sep 17 00:00:00 2001 From: tromey Date: Thu, 5 Apr 2007 00:15:16 +0000 Subject: 2007-04-04 Tania Bento * java/text/DecimalFormatSymbols.java: Added the year 2007 to Copyright information and introduced new variable, currency. (DecimalFormatSymbols(Locale)): Define currency and intlCurrencySymbol to "XXX", currencySymbol to "?" and localCurrency appropriately. (getCurrency): Fixed documentation and return the value of currency. (setCurrency): Fixed documentation and update the value of currency. (setInternationalCurrencySymbol): Fixed documentation and update the value of currency. * java/util/Currency.java: Introduced two new variables, properties and fractionDigits. In the static block, a properties object is created and the currency resource is loaded. (Currency(Locale)): fractionDigits is defined. (Currency(String)): New method. (getDefaultFractionDigits): Return the value of fractionDigits. (getInstance(String)): Check if String is equal to "XXX". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123512 138bc75d-0d04-0410-961f-82ee72b054a4 --- .../lib/java/text/DecimalFormatSymbols.class | Bin 6530 -> 6861 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'libjava/classpath/lib/java/text/DecimalFormatSymbols.class') diff --git a/libjava/classpath/lib/java/text/DecimalFormatSymbols.class b/libjava/classpath/lib/java/text/DecimalFormatSymbols.class index a88226feba5..253b14efe4f 100644 Binary files a/libjava/classpath/lib/java/text/DecimalFormatSymbols.class and b/libjava/classpath/lib/java/text/DecimalFormatSymbols.class differ -- cgit v1.2.3