aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components/panel
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-09-20 15:33:19 +0300
committerLeif Åstrand <leif@vaadin.com>2012-09-20 15:33:19 +0300
commit6335562c72fb193a2835a3a09b617aa6c90efea6 (patch)
tree63288fef0874cf5a03b8d3e034f65daae92c2c29 /uitest/src/com/vaadin/tests/components/panel
parent23e77a833df4845c0c0011dde13e6fc5db901a1c (diff)
downloadvaadin-framework-6335562c72fb193a2835a3a09b617aa6c90efea6.tar.gz
vaadin-framework-6335562c72fb193a2835a3a09b617aa6c90efea6.zip
Rename WrappedXYZ -> VaadinXYZ but retain WrappedSession (#9633)
Diffstat (limited to 'uitest/src/com/vaadin/tests/components/panel')
-rw-r--r--uitest/src/com/vaadin/tests/components/panel/PanelChangeContents.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/components/panel/PanelChangeContents.java b/uitest/src/com/vaadin/tests/components/panel/PanelChangeContents.java
index fd96b08cfb..a49fa34af0 100644
--- a/uitest/src/com/vaadin/tests/components/panel/PanelChangeContents.java
+++ b/uitest/src/com/vaadin/tests/components/panel/PanelChangeContents.java
@@ -15,7 +15,7 @@
*/
package com.vaadin.tests.components.panel;
-import com.vaadin.server.WrappedRequest;
+import com.vaadin.server.VaadinRequest;
import com.vaadin.tests.components.AbstractTestUI;
import com.vaadin.ui.Button;
import com.vaadin.ui.Button.ClickEvent;
@@ -39,7 +39,7 @@ public class PanelChangeContents extends AbstractTestUI implements
private Panel panel;
@Override
- protected void setup(WrappedRequest request) {
+ protected void setup(VaadinRequest request) {
VerticalLayout content = new VerticalLayout();
setSizeFull();
HorizontalLayout buttons = new HorizontalLayout();