diff options
Diffstat (limited to 'src/com/vaadin/ui/TabSheet.java')
-rw-r--r-- | src/com/vaadin/ui/TabSheet.java | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/com/vaadin/ui/TabSheet.java b/src/com/vaadin/ui/TabSheet.java index 71a4ca8cf2..ed81fdb655 100644 --- a/src/com/vaadin/ui/TabSheet.java +++ b/src/com/vaadin/ui/TabSheet.java @@ -160,16 +160,6 @@ public class TabSheet extends AbstractComponentContainer implements } /** - * Gets the component UIDL tag. - * - * @return the Component UIDL tag as string. - */ - @Override - public String getTag() { - return "tabsheet"; - } - - /** * Moves all components from another container to this container. The * components are removed from the other container. * |