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/javax/swing/border/LineBorder.java | 2 +- libjava/javax/swing/plaf/TreeUI.java | 2 +- libjava/javax/swing/plaf/basic/BasicTreeUI.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libjava/javax/swing') diff --git a/libjava/javax/swing/border/LineBorder.java b/libjava/javax/swing/border/LineBorder.java index bf42309..2b8c8ba 100644 --- a/libjava/javax/swing/border/LineBorder.java +++ b/libjava/javax/swing/border/LineBorder.java @@ -129,7 +129,7 @@ public class LineBorder * it has rounded corners. * *

[An illustration of two LineBorders] />
+   * alt= * *

Note that the enlarged view in the right-hand picture shows * that the implementation draws one more pixel than specified, diff --git a/libjava/javax/swing/plaf/TreeUI.java b/libjava/javax/swing/plaf/TreeUI.java index 7c44134..55327e2 100644 --- a/libjava/javax/swing/plaf/TreeUI.java +++ b/libjava/javax/swing/plaf/TreeUI.java @@ -126,7 +126,7 @@ public abstract class TreeUI * Finds the path that is closest to the specified position. * *

[A screen shot of a JTree] />
+   * alt= * *

As shown by the above illustration, the bounds of the * closest path do not necessarily need to contain the passed diff --git a/libjava/javax/swing/plaf/basic/BasicTreeUI.java b/libjava/javax/swing/plaf/basic/BasicTreeUI.java index 0c20cb7..dac2f01 100644 --- a/libjava/javax/swing/plaf/basic/BasicTreeUI.java +++ b/libjava/javax/swing/plaf/basic/BasicTreeUI.java @@ -133,7 +133,7 @@ public class BasicTreeUI * Finds the path that is closest to the specified position. * *

[A screen shot of a JTree] />
+   * alt= * *

As shown by the above illustration, the bounds of the * closest path do not necessarily need to contain the passed -- cgit v1.1