summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/event/SelectionEvent.java
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/com/vaadin/event/SelectionEvent.java')
-rw-r--r--server/src/com/vaadin/event/SelectionEvent.java2
1 files changed, 1 insertions, 1 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 {