summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/PopupView.java
diff options
context:
space:
mode:
authorPekka Hyvönen <pekka@vaadin.com>2012-09-04 10:33:22 +0300
committerLeif Åstrand <leif@vaadin.com>2012-09-04 10:36:39 +0300
commitdd6265dcf5376fe4ead3fab7dbe10df2099389c7 (patch)
tree2426b72e5ab881ddf2473560feb05fe81a2e9e04 /server/src/com/vaadin/ui/PopupView.java
parent17ea270b740bdea84143c3467166bf8618ab6ef5 (diff)
downloadvaadin-framework-dd6265dcf5376fe4ead3fab7dbe10df2099389c7.tar.gz
vaadin-framework-dd6265dcf5376fe4ead3fab7dbe10df2099389c7.zip
inner Event classes converted to static nested classes (#5855)
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 8d6d28e121..182e71d6c9 100644
--- a/server/src/com/vaadin/ui/PopupView.java
+++ b/server/src/com/vaadin/ui/PopupView.java
@@ -20,10 +20,10 @@ import java.lang.reflect.Method;
import java.util.Iterator;
import java.util.Map;
+import com.vaadin.server.LegacyComponent;
import com.vaadin.server.LegacyPaint;
import com.vaadin.server.PaintException;
import com.vaadin.server.PaintTarget;
-import com.vaadin.server.LegacyComponent;
/**
*
@@ -421,7 +421,7 @@ public class PopupView extends AbstractComponentContainer implements
* event with {@link #getPopupView()}.
*
*/
- public class PopupVisibilityEvent extends Event {
+ public static class PopupVisibilityEvent extends Event {
public PopupVisibilityEvent(PopupView source) {
super(source);