aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Label.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/ui/Label.java')
-rw-r--r--src/com/vaadin/ui/Label.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/com/vaadin/ui/Label.java b/src/com/vaadin/ui/Label.java
index 7c6727a1ba..22aa0514e1 100644
--- a/src/com/vaadin/ui/Label.java
+++ b/src/com/vaadin/ui/Label.java
@@ -152,16 +152,6 @@ public class Label extends AbstractComponent implements Property,
}
/**
- * Get the component UIDL tag.
- *
- * @return the Component UIDL tag as string.
- */
- @Override
- public String getTag() {
- return "label";
- }
-
- /**
* Set the component to read-only. Readonly is not used in label.
*
* @param readOnly