diff options
author | Ilia Motornyi <elmot@vaadin.com> | 2018-03-05 16:06:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-05 16:06:24 +0300 |
commit | f44f4f1b5155eccda20d6790ea571ca2406c0153 (patch) | |
tree | c9b5b7e41f149e5376cc903be2e88277275feaa6 /shared/src | |
parent | 8238c9eaddf4357c670fbe0b21c57ac57fab6fc9 (diff) | |
download | vaadin-framework-f44f4f1b5155eccda20d6790ea571ca2406c0153.tar.gz vaadin-framework-f44f4f1b5155eccda20d6790ea571ca2406c0153.zip |
8.3.2 since (#10678)
* @since 8.3.2
Diffstat (limited to 'shared/src')
-rw-r--r-- | shared/src/main/java/com/vaadin/shared/ui/combobox/ComboBoxState.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/src/main/java/com/vaadin/shared/ui/combobox/ComboBoxState.java b/shared/src/main/java/com/vaadin/shared/ui/combobox/ComboBoxState.java index 95500af2fd..6d28bb61d0 100644 --- a/shared/src/main/java/com/vaadin/shared/ui/combobox/ComboBoxState.java +++ b/shared/src/main/java/com/vaadin/shared/ui/combobox/ComboBoxState.java @@ -103,7 +103,7 @@ public class ComboBoxState extends AbstractSingleSelectState { /** * Filter string that is currently in use in the suggestion listing. * - * @since + * @since 8.3.2 */ public String currentFilterText; |