summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Upload.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/ui/Upload.java')
-rw-r--r--src/com/vaadin/ui/Upload.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/com/vaadin/ui/Upload.java b/src/com/vaadin/ui/Upload.java
index 2ea347fc56..4789641193 100644
--- a/src/com/vaadin/ui/Upload.java
+++ b/src/com/vaadin/ui/Upload.java
@@ -115,16 +115,6 @@ public class Upload extends AbstractComponent implements Component.Focusable {
}
/**
- * Gets the component type.
- *
- * @return Component type as string.
- */
- @Override
- public String getTag() {
- return "upload";
- }
-
- /**
* This method is called by terminal when upload is received.
*
* Note, this method is called outside synchronized (Application) block, so