7002176: JLayer docs build produces warnings

Reviewed-by: dav
This commit is contained in:
Alexander Potochkin 2010-11-25 20:25:35 +03:00
parent eaebbf1783
commit d4e68b9bce

View File

@ -322,7 +322,7 @@ public final class JLayer<V extends Component>
}
/**
* 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.