aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main
diff options
context:
space:
mode:
authorDenis Anisimov <denis@vaadin.com>2016-09-30 16:56:44 +0300
committerVaadin Code Review <review@vaadin.com>2016-10-05 09:10:52 +0000
commit4c2adcefb2dee1b296eef31a8d4944b1b89226e5 (patch)
treeceae53737cad719126b3522b6402041f133c39d0 /server/src/main
parent2ae14ad9affca86448ac1003280b7852354d8a6b (diff)
downloadvaadin-framework-4c2adcefb2dee1b296eef31a8d4944b1b89226e5.tar.gz
vaadin-framework-4c2adcefb2dee1b296eef31a8d4944b1b89226e5.zip
Update documentation (+javadoc) references to obsolete OptionGroup #237.
Change-Id: Ie90e91f61a5795c90de3c690c3b6af80ec1448d9
Diffstat (limited to 'server/src/main')
-rw-r--r--server/src/main/java/com/vaadin/ui/themes/ValoTheme.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/server/src/main/java/com/vaadin/ui/themes/ValoTheme.java b/server/src/main/java/com/vaadin/ui/themes/ValoTheme.java
index c6b1260e93..a808996206 100644
--- a/server/src/main/java/com/vaadin/ui/themes/ValoTheme.java
+++ b/server/src/main/java/com/vaadin/ui/themes/ValoTheme.java
@@ -521,19 +521,19 @@ public class ValoTheme {
/***************************************************************************
*
- * OptionGroup styles
+ * RadioButtonGroup/CheckBoxGroup styles
*
**************************************************************************/
/**
- * Small size option group. Can be combined with any other OptionGroup
- * style.
+ * Small size option group. Can be combined with any other
+ * RadioButtonGroup/CheckBoxGroup style.
*/
public static final String OPTIONGROUP_SMALL = "small";
/**
- * Large size option group. Can be combined with any other OptionGroup
- * style.
+ * Large size option group. Can be combined with any other
+ * RadioButtonGroup/CheckBoxGroup style.
*/
public static final String OPTIONGROUP_LARGE = "large";