OpenJDK / portola / portola
changeset 7258:3a035d9d123a
7002176: JLayer docs build produces warnings
Reviewed-by: dav
author | alexp |
---|---|
date | Thu, 25 Nov 2010 20:25:35 +0300 |
parents | aab14375ba24 |
children | 62ca3cd3f304 |
files | jdk/src/share/classes/javax/swing/JLayer.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/jdk/src/share/classes/javax/swing/JLayer.java Thu Nov 25 20:23:44 2010 +0300 +++ b/jdk/src/share/classes/javax/swing/JLayer.java Thu Nov 25 20:25:35 2010 +0300 @@ -322,7 +322,7 @@ } /** - * A non-{@code null] border, or non-zero insets, isn't supported, to prevent the geometry + * A non-{@code null} border, or non-zero insets, isn't supported, to prevent the geometry * of this component from becoming complex enough to inhibit * subclassing of {@code LayerUI} class. To create a {@code JLayer} with a border, * add it to a {@code JPanel} that has a border.