From: Artur Signell Date: Thu, 29 Apr 2010 07:42:44 +0000 (+0000) Subject: Fix for #4606 - AbstractApplicationServlet depends on org.xml.sax unneccessarily X-Git-Tag: 6.7.0.beta1~1670^2~32 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c6939b047d9a8b272b80fceebf279cac9a77f162;p=vaadin-framework.git Fix for #4606 - AbstractApplicationServlet depends on org.xml.sax unneccessarily svn changeset:12899/svn branch:6.3 --- 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