summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/PopupView.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/ui/PopupView.java')
-rw-r--r--src/com/vaadin/ui/PopupView.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/com/vaadin/ui/PopupView.java b/src/com/vaadin/ui/PopupView.java
index 8184d60b65..9d8144f78e 100644
--- a/src/com/vaadin/ui/PopupView.java
+++ b/src/com/vaadin/ui/PopupView.java
@@ -277,14 +277,6 @@ public class PopupView extends AbstractComponentContainer {
*/
/**
- * @see com.vaadin.ui.AbstractComponent#getTag()
- */
- @Override
- public java.lang.String getTag() {
- return "popupview";
- }
-
- /**
* Paint (serialize) the component for the client.
*
* @see com.vaadin.ui.AbstractComponent#paintContent(com.vaadin.terminal.PaintTarget)