diff options
Diffstat (limited to 'libjava/java/util/Properties.java')
-rw-r--r-- | libjava/java/util/Properties.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/util/Properties.java b/libjava/java/util/Properties.java index 52ca144..2f44289 100644 --- a/libjava/java/util/Properties.java +++ b/libjava/java/util/Properties.java @@ -56,7 +56,7 @@ import java.io.OutputStreamWriter; * 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 character - * <code>\</code><code>u00e4</code> is the german ä) + * <code>\</code><code>u00e4</code> is the german umlaut) * * <pre>s1=3 |