From 9d881f8851f82dd75db0e1efe79f8d4fdcb199ff Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Wed, 17 Dec 2014 11:13:50 +0200 Subject: Empty since tags -> 7.4 Change-Id: I73755f0c580c40b93d95df5e3ca55f6617c21353 --- client/src/com/vaadin/client/componentlocator/ComponentLocator.java | 2 +- client/src/com/vaadin/client/ui/VTabsheet.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'client') 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); -- cgit v1.2.3