8205454: & is displayed in some Swing docs

Reviewed-by: prr, psadhukhan
This commit is contained in:
Sergey Bylokhov 2018-07-05 21:29:11 +03:00
parent dc7d03e19d
commit 7485f6b5b9
8 changed files with 98 additions and 11 deletions

View file

@ -151,7 +151,7 @@ public class JButton extends AbstractButton implements Accessible {
* @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;
}