jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/BasicComboPopup.java
changeset 28236 610561ed1847
parent 28231 b608ffcaed74
parent 28059 e576535359cc
child 30917 511aae7fee1a
--- a/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/BasicComboPopup.java	Tue Dec 16 09:57:33 2014 -0800
+++ b/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/BasicComboPopup.java	Tue Dec 16 09:58:02 2014 -0800
@@ -1144,7 +1144,7 @@
 
 
     /**
-     * This is is a utility method that helps event handlers figure out where to
+     * This is a utility method that helps event handlers figure out where to
      * send the focus when the popup is brought up.  The standard implementation
      * delegates the focus to the editor (if the combo box is editable) or to
      * the JComboBox if it is not editable.