From f4e16a189ae654e19db0c64667a0751e62f4b4e5 Mon Sep 17 00:00:00 2001 From: Anna Koskinen Date: Tue, 24 Aug 2021 12:48:45 +0300 Subject: Some Checkstyle fixes. (#12379) - Added and updated JavaDocs. - Deprecated unused fields and methods that update them. - Suppressed unavoidable deprecated calls. - Switched other deprecated calls to use currently recommended calls. --- .../java/com/vaadin/shared/ui/optiongroup/RadioButtonGroupState.java | 1 + 1 file changed, 1 insertion(+) (limited to 'shared') diff --git a/shared/src/main/java/com/vaadin/shared/ui/optiongroup/RadioButtonGroupState.java b/shared/src/main/java/com/vaadin/shared/ui/optiongroup/RadioButtonGroupState.java index 70de2aaee2..25450d24d6 100644 --- a/shared/src/main/java/com/vaadin/shared/ui/optiongroup/RadioButtonGroupState.java +++ b/shared/src/main/java/com/vaadin/shared/ui/optiongroup/RadioButtonGroupState.java @@ -30,6 +30,7 @@ public class RadioButtonGroupState extends AbstractSingleSelectState { primaryStyleName = "v-select-optiongroup"; } + /** Is HTML allowed in the item captions. */ @DelegateToWidget public boolean htmlContentAllowed = false; } -- cgit v1.2.3