diff options
Diffstat (limited to 'src/com/vaadin/ui/SplitPanel.java')
-rw-r--r-- | src/com/vaadin/ui/SplitPanel.java | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/com/vaadin/ui/SplitPanel.java b/src/com/vaadin/ui/SplitPanel.java index 956eefc62b..7d510239e9 100644 --- a/src/com/vaadin/ui/SplitPanel.java +++ b/src/com/vaadin/ui/SplitPanel.java @@ -76,16 +76,6 @@ public class SplitPanel extends AbstractLayout { } /** - * Gets the component UIDL tag. - * - * @return the Component UIDL tag as string. - */ - @Override - public String getTag() { - return "splitpanel"; - } - - /** * Add a component into this container. The component is added to the right * or under the previous component. * |