diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-26 22:42:37 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-26 22:42:37 +0000 |
| commit | 243da5deeade8a2cc51b9211ba9ffef9330f5684 (patch) | |
| tree | 45c62676692e2d70b2a2b3b6e72d2bfbf8f4dfd5 /libjava/javax/swing/plaf | |
| parent | f833f068f75baa73259439a30e958d44a9687e1b (diff) | |
| download | ppe42-gcc-243da5deeade8a2cc51b9211ba9ffef9330f5684.tar.gz ppe42-gcc-243da5deeade8a2cc51b9211ba9ffef9330f5684.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70825 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/javax/swing/plaf')
| -rw-r--r-- | libjava/javax/swing/plaf/TreeUI.java | 2 | ||||
| -rw-r--r-- | libjava/javax/swing/plaf/basic/BasicTreeUI.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libjava/javax/swing/plaf/TreeUI.java b/libjava/javax/swing/plaf/TreeUI.java index 7c441343bb2..55327e2a014 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 0c20cb7c710..dac2f01601b 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 |

