summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/PopupView.java
diff options
context:
space:
mode:
authorJohannes Dahlström <johannesd@vaadin.com>2012-08-29 14:32:08 +0300
committerJohannes Dahlström <johannesd@vaadin.com>2012-08-29 14:32:08 +0300
commitfadb44821a5b686b61d7ef4667b141947e85fa67 (patch)
tree35fff00ef0c17eb3e7f6ae613b7c39f09e53f720 /server/src/com/vaadin/ui/PopupView.java
parent729d0af2dac293774f36882f610b8c69c2aca0dd (diff)
downloadvaadin-framework-fadb44821a5b686b61d7ef4667b141947e85fa67.tar.gz
vaadin-framework-fadb44821a5b686b61d7ef4667b141947e85fa67.zip
Rename Vaadin6Component to LegacyComponent (#9434)
Diffstat (limited to 'server/src/com/vaadin/ui/PopupView.java')
-rw-r--r--server/src/com/vaadin/ui/PopupView.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/com/vaadin/ui/PopupView.java b/server/src/com/vaadin/ui/PopupView.java
index a4832a013f..4dee1cfcd3 100644
--- a/server/src/com/vaadin/ui/PopupView.java
+++ b/server/src/com/vaadin/ui/PopupView.java
@@ -23,7 +23,7 @@ import java.util.Map;
import com.vaadin.server.LegacyPaint;
import com.vaadin.server.PaintException;
import com.vaadin.server.PaintTarget;
-import com.vaadin.server.Vaadin6Component;
+import com.vaadin.server.LegacyComponent;
/**
*
@@ -36,7 +36,7 @@ import com.vaadin.server.Vaadin6Component;
*/
@SuppressWarnings("serial")
public class PopupView extends AbstractComponentContainer implements
- Vaadin6Component {
+ LegacyComponent {
private Content content;
private boolean hideOnMouseOut;