--- old/src/java.desktop/share/classes/javax/swing/JToggleButton.java 2018-06-22 12:09:51.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/swing/JToggleButton.java 2018-06-22 12:09:51.000000000 -0700 @@ -195,7 +195,7 @@ * @see UIDefaults#getUI */ @BeanProperty(bound = false, 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; }