diff options
author | Mika Murtojarvi <mika@vaadin.com> | 2015-09-08 11:38:55 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-09-08 09:39:06 +0000 |
commit | 82a03223478784b04951d4fccd38552e48469814 (patch) | |
tree | 4bdc1dba89128a420162473b72c70f9163b3653b /server/src/com | |
parent | 97d11191e6a2256d79876c6b7acdc68c24722cf9 (diff) | |
download | vaadin-framework-82a03223478784b04951d4fccd38552e48469814.tar.gz vaadin-framework-82a03223478784b04951d4fccd38552e48469814.zip |
Update @since tags for 7.6.
Change-Id: I69df09f371aae61f9e1ef741814f6e3016510fe2
Diffstat (limited to 'server/src/com')
-rw-r--r-- | server/src/com/vaadin/server/communication/PushHandler.java | 2 | ||||
-rw-r--r-- | server/src/com/vaadin/server/communication/PushRequestHandler.java | 2 | ||||
-rw-r--r-- | server/src/com/vaadin/ui/Grid.java | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/server/src/com/vaadin/server/communication/PushHandler.java b/server/src/com/vaadin/server/communication/PushHandler.java index 994415a0b4..b2fc096a85 100644 --- a/server/src/com/vaadin/server/communication/PushHandler.java +++ b/server/src/com/vaadin/server/communication/PushHandler.java @@ -178,7 +178,7 @@ public class PushHandler { /** * Suspends the given resource * - * @since + * @since 7.6 * @param resource * the resource to suspend */ diff --git a/server/src/com/vaadin/server/communication/PushRequestHandler.java b/server/src/com/vaadin/server/communication/PushRequestHandler.java index c44fcd9ef3..84b81c8963 100644 --- a/server/src/com/vaadin/server/communication/PushRequestHandler.java +++ b/server/src/com/vaadin/server/communication/PushRequestHandler.java @@ -125,7 +125,7 @@ public class PushRequestHandler implements RequestHandler, * customize the {@link PushHandler}, e.g. to dynamically decide the suspend * timeout. * - * @since + * @since 7.6 * @param service * the vaadin service * @return the push handler to use for this service diff --git a/server/src/com/vaadin/ui/Grid.java b/server/src/com/vaadin/ui/Grid.java index 215df3a6a3..f762fe0664 100644 --- a/server/src/com/vaadin/ui/Grid.java +++ b/server/src/com/vaadin/ui/Grid.java @@ -3898,7 +3898,7 @@ public class Grid extends AbstractFocusable implements SelectionNotifier, /** * Resends the row data for given item id to the client. * - * @since + * @since 7.6 * @param itemId * row to refresh */ |