diff options
author | Mark Wielaard <mark@klomp.org> | 2003-08-26 22:42:37 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2003-08-26 22:42:37 +0000 |
commit | a85993787b6d4270ae5447eed498168a1c37642b (patch) | |
tree | 45c62676692e2d70b2a2b3b6e72d2bfbf8f4dfd5 /libjava/java/util/PropertyResourceBundle.java | |
parent | 18b3501e639925e4de72b6b7be07c4c667e74090 (diff) | |
download | gcc-a85993787b6d4270ae5447eed498168a1c37642b.zip gcc-a85993787b6d4270ae5447eed498168a1c37642b.tar.gz gcc-a85993787b6d4270ae5447eed498168a1c37642b.tar.bz2 |
Acl.java: Fix broken p tag.
2003-08-26 Mark Wielaard <mark@klomp.org>
* java/security/acl/Acl.java: Fix broken p tag.
* java/text/DateFormatSymbols.java: Correctly open and close li tags.
* javax/swing/border/LineBorder.java: Close img tag alt attributes.
* javax/swing/plaf/TreeUI.java: Likewise.
* javax/swing/plaf/basic/BasicTreeUI.java: Likewise.
* java/util/Properties.java: Use the word umlaut, not ä in api
documentation.
* java/util/PropertyResourceBundle.java: Likewise and add closing code
tag.
From-SVN: r70825
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> |