Index: gcc/libjava/java/text/NumberFormat.java =================================================================== RCS file: /cvsroot/gcc/gcc/libjava/java/text/NumberFormat.java,v retrieving revision 1.11 diff -c -p -3 -r1.11 NumberFormat.java *** gcc/libjava/java/text/NumberFormat.java 19 Dec 2003 10:00:02 -0000 1.11 --- gcc/libjava/java/text/NumberFormat.java 26 Mar 2004 12:55:19 -0000 *************** public abstract class NumberFormat exten *** 794,800 **** * * @since 1.4 */ ! public void setCurreny(Currency currency) { if (currency == null) throw new NullPointerException("currency may not be null"); --- 794,800 ---- * * @since 1.4 */ ! public void setCurrency(Currency currency) { if (currency == null) throw new NullPointerException("currency may not be null");