From 7b9169f8b78dc747f45fe0b3b27c3625438a3b47 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Fri, 30 Apr 2010 08:01:37 +0000 Subject: [PATCH] Merged fix for #4606 - AbstractApplicationServlet depends on org.xml.sax unneccessarily svn changeset:12946/svn branch:6.4 --- .../terminal/gwt/server/AbstractApplicationServlet.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java b/src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java index 092fde21ff..249fe75938 100644 --- a/src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java +++ b/src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java @@ -32,8 +32,6 @@ import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; -import org.xml.sax.SAXException; - import com.vaadin.Application; import com.vaadin.Application.SystemMessages; import com.vaadin.external.org.apache.commons.fileupload.servlet.ServletFileUpload; @@ -676,7 +674,6 @@ public abstract class AbstractApplicationServlet extends HttpServlet implements * @param requestType * @return * @throws MalformedURLException - * @throws SAXException * @throws IllegalAccessException * @throws InstantiationException * @throws ServletException @@ -1958,7 +1955,6 @@ public abstract class AbstractApplicationServlet extends HttpServlet implements * @throws MalformedURLException * if the application is denied access to the persistent data * store represented by the given URL. - * @throws SAXException * @throws IllegalAccessException * @throws InstantiationException * @throws SessionExpiredException -- 2.39.5