]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix for #4606 - AbstractApplicationServlet depends on org.xml.sax unneccessarily
authorArtur Signell <artur.signell@itmill.com>
Thu, 29 Apr 2010 07:42:44 +0000 (07:42 +0000)
committerArtur Signell <artur.signell@itmill.com>
Thu, 29 Apr 2010 07:42:44 +0000 (07:42 +0000)
svn changeset:12899/svn branch:6.3

src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java

index 092fde21ff8a4ae6937b3da193b048950a4be227..249fe75938b2788ce326fdf799224a0d5c91ccde 100644 (file)
@@ -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