diff options
Diffstat (limited to 'src/com/vaadin/ui/CustomLayout.java')
-rw-r--r-- | src/com/vaadin/ui/CustomLayout.java | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/com/vaadin/ui/CustomLayout.java b/src/com/vaadin/ui/CustomLayout.java index 1dbd723759..f0ad7514ea 100644 --- a/src/com/vaadin/ui/CustomLayout.java +++ b/src/com/vaadin/ui/CustomLayout.java @@ -98,16 +98,6 @@ public class CustomLayout extends AbstractLayout { } /** - * Gets the component UIDL tag. - * - * @return the Component UIDL tag as string. - */ - @Override - public String getTag() { - return "customlayout"; - } - - /** * Adds the component into this container to given location. If the location * is already populated, the old component is removed. * |