diff options
Diffstat (limited to 'src/com/vaadin/ui/Button.java')
-rw-r--r-- | src/com/vaadin/ui/Button.java | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/com/vaadin/ui/Button.java b/src/com/vaadin/ui/Button.java index 94337eded6..6801bfa176 100644 --- a/src/com/vaadin/ui/Button.java +++ b/src/com/vaadin/ui/Button.java @@ -114,16 +114,6 @@ public class Button extends AbstractField { } /** - * Gets component UIDL tag. - * - * @return the Component UIDL tag as string. - */ - @Override - public String getTag() { - return "button"; - } - - /** * Paints the content of this component. * * @param event |