diff options
author | Anna Koskinen <Ansku@users.noreply.github.com> | 2021-08-24 12:48:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-24 12:48:45 +0300 |
commit | f4e16a189ae654e19db0c64667a0751e62f4b4e5 (patch) | |
tree | ab7a8c4f4fb3fe4891386c2b7c6da9758a1ac865 /shared | |
parent | 4f6f3ae3e20cefb65afad923b7078fdeaf12d829 (diff) | |
download | vaadin-framework-f4e16a189ae654e19db0c64667a0751e62f4b4e5.tar.gz vaadin-framework-f4e16a189ae654e19db0c64667a0751e62f4b4e5.zip |
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.
Diffstat (limited to 'shared')
-rw-r--r-- | shared/src/main/java/com/vaadin/shared/ui/optiongroup/RadioButtonGroupState.java | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |