diff options
author | Artur Signell <artur@vaadin.com> | 2014-12-17 11:13:50 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-12-17 10:38:44 +0000 |
commit | 9d881f8851f82dd75db0e1efe79f8d4fdcb199ff (patch) | |
tree | d97ea6ef5fefa5c014fc8d8cfc22e14bcb71757d /server/src/com/vaadin/ui/TabSheet.java | |
parent | e615af509199b8956650d6c70a573c14597c90c1 (diff) | |
download | vaadin-framework-9d881f8851f82dd75db0e1efe79f8d4fdcb199ff.tar.gz vaadin-framework-9d881f8851f82dd75db0e1efe79f8d4fdcb199ff.zip |
Empty since tags -> 7.4
Change-Id: I73755f0c580c40b93d95df5e3ca55f6617c21353
Diffstat (limited to 'server/src/com/vaadin/ui/TabSheet.java')
-rw-r--r-- | server/src/com/vaadin/ui/TabSheet.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/ui/TabSheet.java b/server/src/com/vaadin/ui/TabSheet.java index 88002104b1..ac00a28b2f 100644 --- a/server/src/com/vaadin/ui/TabSheet.java +++ b/server/src/com/vaadin/ui/TabSheet.java @@ -243,7 +243,7 @@ public class TabSheet extends AbstractComponentContainer implements Focusable, * the removed tab if it's not the last one, otherwise will choose the * closer enabled tab to the left. * - * @since + * @since 7.4 * @param removedTabIndex * the index of the selected tab which was just remove. * @return the index of the tab to be selected or -1 if there are no more |