mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
NumberFormat.java: Fix spelling of setCurrency method.
2004-03-26 Peter Moon <peterm@miraculum.com> * java/text/NumberFormat.java: Fix spelling of setCurrency method. From-SVN: r79994
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user