diff options
Diffstat (limited to 'src/com/vaadin/ui/Link.java')
-rw-r--r-- | src/com/vaadin/ui/Link.java | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/com/vaadin/ui/Link.java b/src/com/vaadin/ui/Link.java index 3f83685930..551e6c19ea 100644 --- a/src/com/vaadin/ui/Link.java +++ b/src/com/vaadin/ui/Link.java @@ -87,16 +87,6 @@ public class Link extends AbstractComponent { } /** - * Gets the component UIDL tag. - * - * @return the Component UIDL tag as string. - */ - @Override - public String getTag() { - return "link"; - } - - /** * Paints the content of this component. * * @param target |