summaryrefslogtreecommitdiffstats
path: root/client/src
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2016-09-14 16:53:22 +0300
committerHenri Sara <hesara@vaadin.com>2016-09-14 16:56:59 +0300
commit56089a95eaca1271e39282fa49c381e3d0396ebc (patch)
tree0629d2b34a95642674c3df9731c0d99d0c691f4d /client/src
parent5a95ba20104d3da4d64bcdac00236436321ca8b1 (diff)
downloadvaadin-framework-56089a95eaca1271e39282fa49c381e3d0396ebc.tar.gz
vaadin-framework-56089a95eaca1271e39282fa49c381e3d0396ebc.zip
Update @since tags for 8.0
Change-Id: Iec8a81424e1cae9c3dc6c760732e0d48c4a38af2
Diffstat (limited to 'client/src')
-rw-r--r--client/src/main/java/com/vaadin/client/ui/VComboBox.java2
-rw-r--r--client/src/main/java/com/vaadin/client/ui/combobox/ComboBoxConnector.java12
2 files changed, 7 insertions, 7 deletions
diff --git a/client/src/main/java/com/vaadin/client/ui/VComboBox.java b/client/src/main/java/com/vaadin/client/ui/VComboBox.java
index 623393f549..b19f9944ba 100644
--- a/client/src/main/java/com/vaadin/client/ui/VComboBox.java
+++ b/client/src/main/java/com/vaadin/client/ui/VComboBox.java
@@ -1329,7 +1329,7 @@ public class VComboBox extends Composite implements Field, KeyDownHandler,
* This class is still subject to change and should not be considered as
* public stable API.
*
- * @since
+ * @since 8.0
*/
public class DataReceivedHandler {
diff --git a/client/src/main/java/com/vaadin/client/ui/combobox/ComboBoxConnector.java b/client/src/main/java/com/vaadin/client/ui/combobox/ComboBoxConnector.java
index 7cc1ea7322..96fa5ea3cd 100644
--- a/client/src/main/java/com/vaadin/client/ui/combobox/ComboBoxConnector.java
+++ b/client/src/main/java/com/vaadin/client/ui/combobox/ComboBoxConnector.java
@@ -133,7 +133,7 @@ public class ComboBoxConnector
* This method is for internal use only and may be removed in future
* versions.
*
- * @since
+ * @since 8.0
* @param itemValue
* user entered string value for the new item
*/
@@ -148,7 +148,7 @@ public class ComboBoxConnector
* This method is for internal use only and may be removed in future
* versions.
*
- * @since
+ * @since 8.0
* @param filter
* the current filter string
*/
@@ -166,7 +166,7 @@ public class ComboBoxConnector
* This method is for internal use only and may be removed in future
* versions.
*
- * @since
+ * @since 8.0
* @param page
* the page number to get or -1 to let the server/connector
* decide based on current selection (possibly loading more data
@@ -196,7 +196,7 @@ public class ComboBoxConnector
* This method is for internal use only and may be removed in future
* versions.
*
- * @since
+ * @since 8.0
* @param selectionKey
* the current selected item key
*/
@@ -216,7 +216,7 @@ public class ComboBoxConnector
* This method is for internal use only and may be removed in future
* versions.
*
- * @since
+ * @since 8.0
*/
public void sendFocusEvent() {
boolean registeredListeners = hasEventListener(EventId.FOCUS);
@@ -235,7 +235,7 @@ public class ComboBoxConnector
* This method is for internal use only and may be removed in future
* versions.
*
- * @since
+ * @since 8.0
*/
public void sendBlurEvent() {
boolean registeredListeners = hasEventListener(EventId.BLUR);