summaryrefslogtreecommitdiffstats
path: root/shared/src
diff options
context:
space:
mode:
authorIlia Motornyi <elmot@vaadin.com>2018-03-05 16:06:24 +0300
committerGitHub <noreply@github.com>2018-03-05 16:06:24 +0300
commitf44f4f1b5155eccda20d6790ea571ca2406c0153 (patch)
treec9b5b7e41f149e5376cc903be2e88277275feaa6 /shared/src
parent8238c9eaddf4357c670fbe0b21c57ac57fab6fc9 (diff)
downloadvaadin-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.java2
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;