aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2014-12-17 11:13:50 +0200
committerVaadin Code Review <review@vaadin.com>2014-12-17 10:38:44 +0000
commit9d881f8851f82dd75db0e1efe79f8d4fdcb199ff (patch)
treed97ea6ef5fefa5c014fc8d8cfc22e14bcb71757d /client
parente615af509199b8956650d6c70a573c14597c90c1 (diff)
downloadvaadin-framework-9d881f8851f82dd75db0e1efe79f8d4fdcb199ff.tar.gz
vaadin-framework-9d881f8851f82dd75db0e1efe79f8d4fdcb199ff.zip
Empty since tags -> 7.4
Change-Id: I73755f0c580c40b93d95df5e3ca55f6617c21353
Diffstat (limited to 'client')
-rw-r--r--client/src/com/vaadin/client/componentlocator/ComponentLocator.java2
-rw-r--r--client/src/com/vaadin/client/ui/VTabsheet.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/client/src/com/vaadin/client/componentlocator/ComponentLocator.java b/client/src/com/vaadin/client/componentlocator/ComponentLocator.java
index 52c7b57d1d..feb1c91767 100644
--- a/client/src/com/vaadin/client/componentlocator/ComponentLocator.java
+++ b/client/src/com/vaadin/client/componentlocator/ComponentLocator.java
@@ -121,7 +121,7 @@ public class ComponentLocator {
* {@link #getPathForElement(com.google.gwt.user.client.Element)} instead.
*
*
- * @since
+ * @since 7.4
* @param targetElement
* The element to generate a path for.
* @return A String locator that identifies the target element or null if a
diff --git a/client/src/com/vaadin/client/ui/VTabsheet.java b/client/src/com/vaadin/client/ui/VTabsheet.java
index 090f83c066..10c9a332e0 100644
--- a/client/src/com/vaadin/client/ui/VTabsheet.java
+++ b/client/src/com/vaadin/client/ui/VTabsheet.java
@@ -1505,7 +1505,7 @@ public class VTabsheet extends VTabsheetBase implements Focusable, SubPartAware
/**
* Stop the command from being executed.
*
- * @since
+ * @since 7.4
*/
public void stopSchedule() {
blurSource = null;
@@ -1514,7 +1514,7 @@ public class VTabsheet extends VTabsheetBase implements Focusable, SubPartAware
/**
* Schedule the command for a deferred execution.
*
- * @since
+ * @since 7.4
*/
public void scheduleDeferred() {
Scheduler.get().scheduleDeferred(this);