Skip to content

Commit 3078b5f

Browse files
committedSep 30, 2020
6441211: Small Error in API at javax.swing.plaf.synth.Region
Reviewed-by: trebari, jdv
1 parent 4622a18 commit 3078b5f

File tree

1 file changed

+1
-1
lines changed
  • src/java.desktop/share/classes/javax/swing/plaf/synth

1 file changed

+1
-1
lines changed
 

‎src/java.desktop/share/classes/javax/swing/plaf/synth/Region.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public class Region {
237237
public static final Region RADIO_BUTTON = new Region("RadioButton", false);
238238

239239
/**
240-
* RegionButtonMenuItem region. To bind a style to this <code>Region</code>
240+
* RadioButtonMenuItem region. To bind a style to this <code>Region</code>
241241
* use the name <code>RadioButtonMenuItem</code>.
242242
*/
243243
public static final Region RADIO_BUTTON_MENU_ITEM = new Region("RadioButtonMenuItem", false);

0 commit comments

Comments
 (0)
Please sign in to comment.