]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
NumberFormat.java: Fix spelling of setCurrency method.
authorPeter Moon <peterm@miraculum.com>
Fri, 26 Mar 2004 20:25:00 +0000 (20:25 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Fri, 26 Mar 2004 20:25:00 +0000 (20:25 +0000)
2004-03-26  Peter Moon  <peterm@miraculum.com>

* java/text/NumberFormat.java: Fix spelling of setCurrency
method.

From-SVN: r79994

libjava/ChangeLog
libjava/java/text/NumberFormat.java

index 000a087b1a753bb6b8a7119f3920b3d1682c9db5..6ff59e661dd839577f7f0f42923f926926e13fbc 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 568018ffdf4e95567eeae95d5cfbfe730f3d36bf..42372908e39ff3ae0b825ae6a4549afead1cd61e 100644 (file)
@@ -1,5 +1,5 @@
 /* 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.
 
@@ -794,7 +794,7 @@ public abstract class NumberFormat extends Format implements Cloneable
    *
    * @since 1.4
    */
-  public void setCurreny(Currency currency)
+  public void setCurrency(Currency currency)
   {
     if (currency == null)
       throw new NullPointerException("currency may not be null");