GitHub user ptzafrir opened a pull request:

    https://github.com/apache/tomcat/pull/114

    Remove throws declaration of an exception which is not thrown

    ServletException is a checked exception and it is not thrown by any method 
invoked by this method.
    
    Declaring it, makes user code more complex for no need

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ptzafrir/tomcat trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tomcat/pull/114.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #114
    
----
commit 132fd1111b12b95425ee181edaaec05627fc9e35
Author: Tzafrir Poupko <tzafrir@...>
Date:   2018-06-10T06:56:09Z

    Remove throws decleration of an exception which is not thrown

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to