summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client/src/com/vaadin/client/ui/ConnectorFocusAndBlurHandler.java2
-rw-r--r--client/src/com/vaadin/client/widgets/Grid.java4
-rw-r--r--server/src/com/vaadin/ui/AbstractFocusable.java2
-rw-r--r--server/src/com/vaadin/ui/Grid.java4
4 files changed, 6 insertions, 6 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
*/
diff --git a/server/src/com/vaadin/ui/AbstractFocusable.java b/server/src/com/vaadin/ui/AbstractFocusable.java
index b9705cef6a..ad3b96f29b 100644
--- a/server/src/com/vaadin/ui/AbstractFocusable.java
+++ b/server/src/com/vaadin/ui/AbstractFocusable.java
@@ -29,7 +29,7 @@ import com.vaadin.ui.Component.Focusable;
* An abstract base class for focusable components. Includes API for setting the
* tab index, programmatic focusing, and adding focus and blur listeners.
*
- * @since
+ * @since 7.6
* @author Vaadin Ltd
*/
public abstract class AbstractFocusable extends AbstractComponent implements
diff --git a/server/src/com/vaadin/ui/Grid.java b/server/src/com/vaadin/ui/Grid.java
index 64f26b6205..80af88e32b 100644
--- a/server/src/com/vaadin/ui/Grid.java
+++ b/server/src/com/vaadin/ui/Grid.java
@@ -6115,7 +6115,7 @@ public class Grid extends AbstractFocusable implements SelectionNotifier,
* Sets the buffered editor mode. The default mode is buffered (
* <code>true</code>).
*
- * @since
+ * @since 7.6
* @param editorBuffered
* <code>true</code> to enable buffered editor,
* <code>false</code> to disable it
@@ -6136,7 +6136,7 @@ public class Grid extends AbstractFocusable implements SelectionNotifier,
/**
* Gets the buffered editor mode.
*
- * @since
+ * @since 7.6
* @return <code>true</code> if buffered editor is enabled,
* <code>false</code> otherwise
*/