提交 eca4f668 编写于 作者: M malenkov

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

Reviewed-by: art, anthony
上级 82df1abf
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册