summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/MenuBar.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/ui/MenuBar.java')
-rw-r--r--src/com/vaadin/ui/MenuBar.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/com/vaadin/ui/MenuBar.java b/src/com/vaadin/ui/MenuBar.java
index a77d57821a..30049431d3 100644
--- a/src/com/vaadin/ui/MenuBar.java
+++ b/src/com/vaadin/ui/MenuBar.java
@@ -33,12 +33,6 @@ public class MenuBar extends AbstractComponent {
private Resource submenuIcon;
private MenuItem moreItem;
- /** Tag is the UIDL element name for client-server communications. */
- @Override
- public java.lang.String getTag() {
- return "menubar";
- }
-
/** Paint (serialise) the component for the client. */
@Override
public void paintContent(PaintTarget target) throws PaintException {