jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/BasicComboPopup.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 28236 610561ed1847
--- a/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/BasicComboPopup.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/BasicComboPopup.java	Thu Oct 30 07:31:41 2014 -0700
@@ -1141,7 +1141,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.