diff options
Diffstat (limited to 'libjava/javax/swing/plaf/TreeUI.java')
-rw-r--r-- | libjava/javax/swing/plaf/TreeUI.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 |