--- old/src/share/classes/javax/swing/plaf/basic/BasicComboBoxUI.java 2013-09-25 23:23:37.282023105 +0400 +++ new/src/share/classes/javax/swing/plaf/basic/BasicComboBoxUI.java 2013-09-25 23:23:37.122023099 +0400 @@ -54,7 +54,7 @@ *

* For adding specific actions, * overide installKeyboardActions to add actions in response to - * KeyStroke bindings. See the article Keyboard Bindings in Swing + * KeyStroke bindings. See the article Keyboard Bindings in Swing * at The Swing Connection. * * @author Arnaud Weber