diff options
Diffstat (limited to 'libjava/java/util/PropertyResourceBundle.java')
-rw-r--r-- | libjava/java/util/PropertyResourceBundle.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/util/PropertyResourceBundle.java b/libjava/java/util/PropertyResourceBundle.java index 7ebe2b1..d873e13 100644 --- a/libjava/java/util/PropertyResourceBundle.java +++ b/libjava/java/util/PropertyResourceBundle.java @@ -61,8 +61,8 @@ import java.io.InputStream; * An example of a properties file for the german language is given * here. This extends the example given in ListResourceBundle. * Create a file MyResource_de.properties with the following contents - * and put it in the CLASSPATH. (The char <code>\u00e4<char> is the - * german ä) + * and put it in the CLASSPATH. (The char <code>\u00e4</code> is the + * german umlaut) * * <pre> |