summaryrefslogtreecommitdiffstats
path: root/libjava/gnu/java/util
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-05 00:15:16 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-05 00:15:16 +0000
commitb27009bc3eaaeb79bd7270d4d38b1f6938202262 (patch)
treeb659460d69becef2f5b04af277ac9f35a6b13f7f /libjava/gnu/java/util
parent91872b3662e5805a04f3d817cfc3e4be20a778b9 (diff)
downloadppe42-gcc-b27009bc3eaaeb79bd7270d4d38b1f6938202262.tar.gz
ppe42-gcc-b27009bc3eaaeb79bd7270d4d38b1f6938202262.zip
2007-04-04 Tania Bento <tbento@redhat.com>
* 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
Diffstat (limited to 'libjava/gnu/java/util')
-rw-r--r--libjava/gnu/java/util/jar/JarUtils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libjava/gnu/java/util/jar/JarUtils.h b/libjava/gnu/java/util/jar/JarUtils.h
index 4704582d0db..1d12845fd65 100644
--- a/libjava/gnu/java/util/jar/JarUtils.h
+++ b/libjava/gnu/java/util/jar/JarUtils.h
@@ -50,7 +50,6 @@ private:
static void writeVersionInfo(::java::util::jar::Attributes *, ::java::io::OutputStream *);
static void writeAttributeEntry(::java::util::Map$Entry *, ::java::io::OutputStream *);
static void writeHeader(::java::lang::String *, ::java::lang::String *, ::java::io::OutputStream *);
- static ::java::util::logging::Logger * log;
public:
static ::java::lang::String * META_INF;
static ::java::lang::String * DSA_SUFFIX;
OpenPOWER on IntegriCloud