summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/TabSheet.java
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2011-12-08 12:31:15 +0000
committerArtur Signell <artur.signell@itmill.com>2011-12-08 12:31:15 +0000
commit3b0da56451c49a1a1ecc7af7db97cc04339c7c20 (patch)
tree7d86ec15906d44f23e065ef147994d603f1a70ff /src/com/vaadin/ui/TabSheet.java
parent203cb91e08cd05ac9e088dea4f282e082f8e5b69 (diff)
downloadvaadin-framework-3b0da56451c49a1a1ecc7af7db97cc04339c7c20.tar.gz
vaadin-framework-3b0da56451c49a1a1ecc7af7db97cc04339c7c20.zip
#7354 IT Mill -> Vaadin find and replace
svn changeset:22317/svn branch:6.7
Diffstat (limited to 'src/com/vaadin/ui/TabSheet.java')
-rw-r--r--src/com/vaadin/ui/TabSheet.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/com/vaadin/ui/TabSheet.java b/src/com/vaadin/ui/TabSheet.java
index a7db4cdbd3..a13c336943 100644
--- a/src/com/vaadin/ui/TabSheet.java
+++ b/src/com/vaadin/ui/TabSheet.java
@@ -1,5 +1,5 @@
/*
-@ITMillApache2LicenseForJavaFiles@
+@VaadinApache2LicenseForJavaFiles@
*/
package com.vaadin.ui;
@@ -48,7 +48,7 @@ import com.vaadin.ui.themes.Runo;
* The current implementation does not load the tabs to the UI before the first
* time they are shown, but this may change in future releases.
*
- * @author IT Mill Ltd.
+ * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0
@@ -774,7 +774,7 @@ public class TabSheet extends AbstractComponentContainer {
* Selected tab change event. This event is sent when the selected (shown)
* tab in the tab sheet is changed.
*
- * @author IT Mill Ltd.
+ * @author Vaadin Ltd.
* @version
* @VERSION@
* @since 3.0
@@ -806,7 +806,7 @@ public class TabSheet extends AbstractComponentContainer {
* another tab is selected, including when adding the first tab to a
* tabsheet.
*
- * @author IT Mill Ltd.
+ * @author Vaadin Ltd.
*
* @version
* @VERSION@
@@ -1165,7 +1165,7 @@ public class TabSheet extends AbstractComponentContainer {
* CloseHandler is used to process tab closing events. Default behavior is
* to remove the tab from the TabSheet.
*
- * @author Jouni Koivuviita / IT Mill Ltd.
+ * @author Jouni Koivuviita / Vaadin Ltd.
* @since 6.2.0
*
*/