Skip to content

Commit

Permalink
Update since for 8.3.3 (#10767)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuoanttila authored Mar 28, 2018
1 parent fccb0f8 commit 4d4e4ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ protected void updateItemSelection(RadioButton radioButton, boolean value) {
* @param value
* {@code true} if enabled; {@code false} if not
*
* @since
* @since 8.3.3
*/
protected void updateItemEnabled(RadioButton radioButton, boolean value) {
boolean enabled = value && !isReadonly() && isEnabled();
Expand Down

0 comments on commit 4d4e4ba

Please sign in to comment.