diff options
author | Leif Åstrand <leif@vaadin.com> | 2014-12-18 16:12:08 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2014-12-18 20:38:59 +0000 |
commit | fe6f23946a39f87c6b67c91c550404024a487043 (patch) | |
tree | c9ad83a8703f83562e10c82f4fc6d77e0565eae2 /server/src/com/vaadin/event | |
parent | e3d0fbbab68f9ef8642a975741d9f576993b1f38 (diff) | |
download | vaadin-framework-fe6f23946a39f87c6b67c91c550404024a487043.tar.gz vaadin-framework-fe6f23946a39f87c6b67c91c550404024a487043.zip |
Set @since values for Grid classes
Change-Id: Ib0c7d23c2a963e24ecca7769f6b179826be55102
Diffstat (limited to 'server/src/com/vaadin/event')
-rw-r--r-- | server/src/com/vaadin/event/SelectionEvent.java | 2 | ||||
-rw-r--r-- | server/src/com/vaadin/event/SortEvent.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/server/src/com/vaadin/event/SelectionEvent.java b/server/src/com/vaadin/event/SelectionEvent.java index f852ea0949..b6ade2aa9c 100644 --- a/server/src/com/vaadin/event/SelectionEvent.java +++ b/server/src/com/vaadin/event/SelectionEvent.java @@ -27,7 +27,7 @@ import com.google.gwt.thirdparty.guava.common.collect.Sets; * An event that specifies what in a selection has changed, and where the * selection took place. * - * @since + * @since 7.4 * @author Vaadin Ltd */ public class SelectionEvent extends EventObject { diff --git a/server/src/com/vaadin/event/SortEvent.java b/server/src/com/vaadin/event/SortEvent.java index 968d2f6d83..b331f37efa 100644 --- a/server/src/com/vaadin/event/SortEvent.java +++ b/server/src/com/vaadin/event/SortEvent.java @@ -27,7 +27,7 @@ import com.vaadin.ui.Component; * * @see SortListener * - * @since + * @since 7.4 * @author Vaadin Ltd */ public class SortEvent extends Component.Event { |