6615015: Typo in javadoc for Component.getTreeLock()

Fix for typo

Reviewed-by: son
This commit is contained in:
Dmitry Cherepanov 2008-04-03 15:48:10 +04:00
parent 194fc6af43
commit a602ec9fb2

@ -1005,7 +1005,7 @@ public abstract class Component implements ImageObserver, MenuContainer,
/**
* Gets this component's locking object (the object that owns the thread
* sychronization monitor) for AWT component-tree and layout
* synchronization monitor) for AWT component-tree and layout
* operations.
* @return this component's locking object
*/