From af8fb8ddd2ab54c08a8ac2c120a8d357c98057ec Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Thu, 27 Sep 2012 16:14:07 +0300 Subject: Rename VaadinSession -> VaadinServiceSession (#9733) Change-Id: I4472cebf2f9f4cf3e0dea31a0dda8dc892323c5c --- uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uitest/src/com/vaadin/launcher') diff --git a/uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java b/uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java index 0269982963..f6f1add940 100644 --- a/uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java +++ b/uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java @@ -38,9 +38,9 @@ import com.vaadin.server.SessionInitListener; import com.vaadin.server.UIClassSelectionEvent; import com.vaadin.server.UIProvider; import com.vaadin.server.VaadinRequest; +import com.vaadin.server.VaadinServiceSession; import com.vaadin.server.VaadinServletRequest; import com.vaadin.server.VaadinServletService; -import com.vaadin.server.VaadinSession; import com.vaadin.tests.components.TestBase; import com.vaadin.ui.UI; @@ -137,7 +137,7 @@ public class ApplicationRunnerServlet extends LegacyVaadinServlet { } protected void onVaadinSessionStarted(VaadinRequest request, - VaadinSession session) throws ServiceException { + VaadinServiceSession session) throws ServiceException { try { final Class classToRun = getClassToRun(); if (UI.class.isAssignableFrom(classToRun)) { -- cgit v1.2.3