6551589: ContainerListener Documentation may be incorrect

Reviewed-by: serb
This commit is contained in:
Artem Ananiev 2013-08-07 21:31:42 +04:00
parent 5fe59d132c
commit d98a8a162f

View File

@ -42,7 +42,7 @@ import java.util.EventListener;
* Container events are provided for notification purposes ONLY;
* The AWT will automatically handle add and remove operations
* internally so the program works properly regardless of
* whether the program registers a <code>ComponentListener</code> or not.
* whether the program registers a {@code ContainerListener} or not.
*
* @see ContainerAdapter
* @see ContainerEvent