From a85993787b6d4270ae5447eed498168a1c37642b Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Tue, 26 Aug 2003 22:42:37 +0000 Subject: Acl.java: Fix broken p tag. 2003-08-26 Mark Wielaard * 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 --- libjava/java/util/Properties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libjava/java/util/Properties.java') diff --git a/libjava/java/util/Properties.java b/libjava/java/util/Properties.java index 52ca144cb70..2f4428958d4 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 - * \u00e4 is the german ä) + * \u00e4 is the german umlaut) * *
s1=3
-- 
cgit v1.2.3