--- old/src/java.desktop/share/classes/java/awt/KeyboardFocusManager.java 2015-09-19 03:02:57.043995800 +0300 +++ new/src/java.desktop/share/classes/java/awt/KeyboardFocusManager.java 2015-09-19 03:02:56.801778600 +0300 @@ -528,8 +528,6 @@ * current KeyboardFocusManager for the calling thread's context * and if the calling thread does not have "replaceKeyboardFocusManager" * permission - * @beaninfo - * bound: true */ protected void setGlobalFocusOwner(Component focusOwner) throws SecurityException @@ -744,8 +742,6 @@ * current KeyboardFocusManager for the calling thread's context * and if the calling thread does not have "replaceKeyboardFocusManager" * permission - * @beaninfo - * bound: true */ protected void setGlobalPermanentFocusOwner(Component permanentFocusOwner) throws SecurityException @@ -847,8 +843,6 @@ * current KeyboardFocusManager for the calling thread's context * and if the calling thread does not have "replaceKeyboardFocusManager" * permission - * @beaninfo - * bound: true */ protected void setGlobalFocusedWindow(Window focusedWindow) throws SecurityException @@ -952,8 +946,6 @@ * current KeyboardFocusManager for the calling thread's context * and if the calling thread does not have "replaceKeyboardFocusManager" * permission - * @beaninfo - * bound: true */ protected void setGlobalActiveWindow(Window activeWindow) throws SecurityException @@ -1008,8 +1000,6 @@ * @see Container#setFocusTraversalPolicy * @see Container#getFocusTraversalPolicy * @throws IllegalArgumentException if defaultPolicy is null - * @beaninfo - * bound: true */ public void setDefaultFocusTraversalPolicy(FocusTraversalPolicy defaultPolicy) { @@ -1113,8 +1103,6 @@ * represents a {@code KEY_TYPED} event, * or if any keystroke already maps * to another default focus traversal operation - * @beaninfo - * bound: true */ public void setDefaultFocusTraversalKeys(int id, @@ -1272,8 +1260,6 @@ * @see #getGlobalCurrentFocusCycleRoot * @throws SecurityException if the calling thread does not have * "replaceKeyboardFocusManager" permission - * @beaninfo - * bound: true */ public void setGlobalCurrentFocusCycleRoot(Container newFocusCycleRoot) throws SecurityException