+2004-03-26 Peter Moon <peterm@miraculum.com>
+
+ * java/text/NumberFormat.java: Fix spelling of setCurrency
+ method.
+
2004-03-21 Anthony Green <green@redhat.com>
* java/lang/natClass.cc (getClassLoader): Circumvent infinite
(setDaemon): Reworked.
* java/lang/natThread.cc
(destroy): Removed.
+
2004-03-08 Anthony Green <green@redhat.com>
* Makefile.am: Build property resource files into libgcj.
/* NumberFormat.java -- Formats and parses numbers
- Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
*
* @since 1.4
*/
- public void setCurreny(Currency currency)
+ public void setCurrency(Currency currency)
{
if (currency == null)
throw new NullPointerException("currency may not be null");