--- old/src/java.desktop/share/classes/javax/swing/JFileChooser.java 2018-06-22 12:09:45.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/swing/JFileChooser.java 2018-06-22 12:09:45.000000000 -0700 @@ -861,7 +861,7 @@ * @since 1.3 */ @BeanProperty(preferred = true, description - = "Sets whether the approve & cancel buttons are shown.") + = "Sets whether the approve & cancel buttons are shown.") public void setControlButtonsAreShown(boolean b) { if(controlsShown == b) { return; @@ -1838,7 +1838,7 @@ * @see UIDefaults#getUI */ @BeanProperty(bound = false, expert = true, description - = "A string that specifies the name of the L&F class.") + = "A string that specifies the name of the L&F class.") public String getUIClassID() { return uiClassID; }