--- old/src/share/classes/javax/swing/plaf/basic/ComboPopup.java 2014-06-14 12:28:37.000000000 -0700 +++ new/src/share/classes/javax/swing/plaf/basic/ComboPopup.java 2014-06-14 12:28:37.000000000 -0700 @@ -70,7 +70,7 @@ * This method is highly implementation specific and should not be used * for general list manipulation. */ - public JList getList(); + public JList getList(); /** * Returns a mouse listener that will be added to the combo box or null.