7172597: java.awt.KeyboardFocusManager.clearFocusOwner() missed javadoc tag @since 1.8

Reviewed-by: art, anthony
This commit is contained in:
Sergey Malenkov 2013-10-08 18:19:10 +04:00
parent fdd26c3a51
commit a485f88ad9

View File

@ -590,6 +590,7 @@ public abstract class KeyboardFocusManager
*
* @see Component#requestFocus()
* @see java.awt.event.FocusEvent#FOCUS_LOST
* @since 1.8
*/
public void clearFocusOwner() {
if (getFocusOwner() != null) {