aboutsummaryrefslogtreecommitdiff
path: root/libjava/javax
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2003-08-26 22:42:37 +0000
committerTom Tromey <tromey@gcc.gnu.org>2003-08-26 22:42:37 +0000
commita85993787b6d4270ae5447eed498168a1c37642b (patch)
tree45c62676692e2d70b2a2b3b6e72d2bfbf8f4dfd5 /libjava/javax
parent18b3501e639925e4de72b6b7be07c4c667e74090 (diff)
downloadgcc-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 &auml; in api documentation. * java/util/PropertyResourceBundle.java: Likewise and add closing code tag. From-SVN: r70825
Diffstat (limited to 'libjava/javax')
-rw-r--r--libjava/javax/swing/border/LineBorder.java2
-rw-r--r--libjava/javax/swing/plaf/TreeUI.java2
-rw-r--r--libjava/javax/swing/plaf/basic/BasicTreeUI.java2
3 files changed, 3 insertions, 3 deletions
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.
*
* <p><img src="doc-files/LineBorder-1.png" width="500" height="200"
- * alt="[An illustration of two LineBorders] />
+ * alt="[An illustration of two LineBorders]" />
*
* <p>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.
*
* <p><img src="doc-files/TreeUI-1.png" width="300" height="250"
- * alt="[A screen shot of a JTree] />
+ * alt="[A screen shot of a JTree]" />
*
* <p>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.
*
* <p><img src="../doc-files/TreeUI-1.png" width="300" height="250"
- * alt="[A screen shot of a JTree] />
+ * alt="[A screen shot of a JTree]" />
*
* <p>As shown by the above illustration, the bounds of the
* closest path do not necessarily need to contain the passed