diff options
Diffstat (limited to 'server/src/com/vaadin/ui/TabSheet.java')
-rw-r--r-- | server/src/com/vaadin/ui/TabSheet.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/src/com/vaadin/ui/TabSheet.java b/server/src/com/vaadin/ui/TabSheet.java index f6db9f9b91..c7afc5a165 100644 --- a/server/src/com/vaadin/ui/TabSheet.java +++ b/server/src/com/vaadin/ui/TabSheet.java @@ -56,8 +56,6 @@ import com.vaadin.ui.themes.Runo; * time they are shown, but this may change in future releases. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public class TabSheet extends AbstractComponentContainer implements Focusable, |