diff options
author | Artur Signell <artur@vaadin.com> | 2012-10-05 13:38:32 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-10-05 13:38:55 +0300 |
commit | bc19cb58d22ad18284e7095d72f45ef040298943 (patch) | |
tree | b66db15132bb00aecbe3468c9fab5cfbc595642b /uitest/src/com/vaadin/launcher | |
parent | e2b584307fcbfb6cbaa20c06f069a2f49eb13ac5 (diff) | |
download | vaadin-framework-bc19cb58d22ad18284e7095d72f45ef040298943.tar.gz vaadin-framework-bc19cb58d22ad18284e7095d72f45ef040298943.zip |
Allow servletInitialized,portletInitialized to throw exception (#9848)
Change-Id: Ib0fd2524ba82998063b21d6c3b56897270c24b2c
Diffstat (limited to 'uitest/src/com/vaadin/launcher')
-rw-r--r-- | uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java b/uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java index f6f1add940..12d1cb2c38 100644 --- a/uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java +++ b/uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java @@ -74,7 +74,7 @@ public class ApplicationRunnerServlet extends LegacyVaadinServlet { } @Override - protected void servletInitialized() { + protected void servletInitialized() throws ServletException { super.servletInitialized(); getService().addSessionInitListener(new SessionInitListener() { @Override |