commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch: FYI: NumberFormat fix


From: Tom Tromey
Subject: Patch: FYI: NumberFormat fix
Date: 26 Mar 2004 13:06:34 -0700

I'm checking this in, pretty self-explanatory.

Tom

Index: ChangeLog
from  Peter Moon  <address@hidden>

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

Index: java/text/NumberFormat.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/text/NumberFormat.java,v
retrieving revision 1.11
diff -u -r1.11 NumberFormat.java
--- java/text/NumberFormat.java 19 Dec 2003 10:00:02 -0000 1.11
+++ java/text/NumberFormat.java 26 Mar 2004 18:14:08 -0000
@@ -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 @@
    *
    * @since 1.4
    */
-  public void setCurreny(Currency currency)
+  public void setCurrency(Currency currency)
   {
     if (currency == null)
       throw new NullPointerException("currency may not be null");




reply via email to

[Prev in Thread] Current Thread [Next in Thread]