summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/com/vaadin/client/ui/ConnectorFocusAndBlurHandler.java2
-rw-r--r--client/src/com/vaadin/client/widgets/Grid.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/client/src/com/vaadin/client/ui/ConnectorFocusAndBlurHandler.java b/client/src/com/vaadin/client/ui/ConnectorFocusAndBlurHandler.java
index 817d070a9f..8272f99d25 100644
--- a/client/src/com/vaadin/client/ui/ConnectorFocusAndBlurHandler.java
+++ b/client/src/com/vaadin/client/ui/ConnectorFocusAndBlurHandler.java
@@ -32,7 +32,7 @@ import com.vaadin.shared.communication.FieldRpc.FocusAndBlurServerRpc;
* to transmit received events to the server. Events are only handled if there
* is a corresponding listener on the server side.
*
- * @since
+ * @since 7.6
* @author Vaadin Ltd
*/
public class ConnectorFocusAndBlurHandler implements StateChangeHandler,
diff --git a/client/src/com/vaadin/client/widgets/Grid.java b/client/src/com/vaadin/client/widgets/Grid.java
index c46e8d03e8..1665a76c7a 100644
--- a/client/src/com/vaadin/client/widgets/Grid.java
+++ b/client/src/com/vaadin/client/widgets/Grid.java
@@ -8124,7 +8124,7 @@ public class Grid<T> extends ResizeComposite implements
/**
* Sets the buffered editor mode.
*
- * @since
+ * @since 7.6
* @param editorUnbuffered
* <code>true</code> to enable buffered editor,
* <code>false</code> to disable it
@@ -8136,7 +8136,7 @@ public class Grid<T> extends ResizeComposite implements
/**
* Gets the buffered editor mode.
*
- * @since
+ * @since 7.6
* @return <code>true</code> if buffered editor is enabled,
* <code>false</code> otherwise
*/