< prev index next >

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

Print this page

        

@@ -193,11 +193,11 @@
      * @return String "ToggleButtonUI"
      * @see JComponent#getUIClassID
      * @see UIDefaults#getUI
      */
     @BeanProperty(bound = false, 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 >