mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8205454: & is displayed in some Swing docs
Reviewed-by: prr, psadhukhan
This commit is contained in:
parent
dc7d03e19d
commit
7485f6b5b9
8 changed files with 98 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue