Index: java/util/Collections.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/util/Collections.java,v retrieving revision 1.27 diff -u -r1.27 Collections.java --- java/util/Collections.java 20 Feb 2002 23:56:46 -0000 1.27 +++ java/util/Collections.java 17 Apr 2004 19:22:36 -0000 @@ -54,7 +54,7 @@ * are not required, to throw the address@hidden UnsupportedOperationException} that * the underlying collection would throw during an attempt at modification. * For example, - * Collections.singleton("").addAll(Collections.EMPTY_SET) + * Collections.singleton("").addAll(Collections.EMPTY_SET) * does not throw a exception, even though addAll is an unsupported operation * on a singleton; the reason for this is that addAll did not attempt to * modify the set. Index: java/util/PropertyResourceBundle.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/util/PropertyResourceBundle.java,v retrieving revision 1.13 diff -u -r1.13 PropertyResourceBundle.java --- java/util/PropertyResourceBundle.java 16 Aug 2003 23:44:44 -0000 1.13 +++ java/util/PropertyResourceBundle.java 17 Apr 2004 19:22:36 -0000 @@ -54,7 +54,7 @@ * * If there is also a class for this resource and the same locale, the * class will be chosen. The properties file should have the name of the - * resource bundle, appended with the locale (e.g. _de_de and the * extension .properties. The file should have the same format * as for Properties.load() * Index: java/util/ResourceBundle.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/util/ResourceBundle.java,v retrieving revision 1.21 diff -u -r1.21 ResourceBundle.java --- java/util/ResourceBundle.java 10 Jan 2003 22:35:17 -0000 1.21 +++ java/util/ResourceBundle.java 17 Apr 2004 19:22:37 -0000 @@ -53,7 +53,7 @@ * getObject or getString on that bundle. * *

When a bundle is demanded for a specific locale, the ResourceBundle - * is searched in following order (def. language stands for the + * is searched in following order (def. language stands for the * two letter ISO language code of the default locale (see * Locale.getDefault()). * @@ -308,18 +308,22 @@ * *

A sequence of candidate bundle names are generated, and tested in * this order, where the suffix 1 means the string from the specified - * locale, and the suffix 2 means the string from the default locale: