summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/TabSheet.java
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-08-16 10:53:18 +0300
committerArtur Signell <artur@vaadin.com>2012-08-16 10:53:18 +0300
commit054c4a16f57f693329c3a5f00b9e44288bf781e2 (patch)
treedc507dc5cad5e4ba250301a4cb32d1125937e290 /server/src/com/vaadin/ui/TabSheet.java
parent6855529f1dc872fcc0c18a14ae00796e5cbe94bf (diff)
downloadvaadin-framework-054c4a16f57f693329c3a5f00b9e44288bf781e2.tar.gz
vaadin-framework-054c4a16f57f693329c3a5f00b9e44288bf781e2.zip
Removed more @version included in some files but not in all (#9299)
Diffstat (limited to 'server/src/com/vaadin/ui/TabSheet.java')
-rw-r--r--server/src/com/vaadin/ui/TabSheet.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/server/src/com/vaadin/ui/TabSheet.java b/server/src/com/vaadin/ui/TabSheet.java
index c7afc5a165..7b68eaef37 100644
--- a/server/src/com/vaadin/ui/TabSheet.java
+++ b/server/src/com/vaadin/ui/TabSheet.java
@@ -804,8 +804,6 @@ public class TabSheet extends AbstractComponentContainer implements Focusable,
* tab in the tab sheet is changed.
*
* @author Vaadin Ltd.
- * @version
- * @VERSION@
* @since 3.0
*/
public class SelectedTabChangeEvent extends Component.Event {
@@ -837,8 +835,6 @@ public class TabSheet extends AbstractComponentContainer implements Focusable,
*
* @author Vaadin Ltd.
*
- * @version
- * @VERSION@
* @since 3.0
*/
public interface SelectedTabChangeListener extends Serializable {