< prev index next >

src/java.desktop/share/classes/javax/swing/JCheckBox.java

Print this page

        

@@ -233,11 +233,11 @@
      * @return the string "CheckBoxUI"
      * @see JComponent#getUIClassID
      * @see UIDefaults#getUI
      */
     @BeanProperty(bound = false, expert = true, description
-            = "A string that specifies the name of the L&amp;F class")
+            = "A string that specifies the name of the L&F class")
     public String getUIClassID() {
         return uiClassID;
     }
 
 
< prev index next >