You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ptzafrir <gi...@git.apache.org> on 2018/06/10 07:01:43 UTC

[GitHub] tomcat pull request #114: Remove throws declaration of an exception which is...

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 <tz...@...>
Date:   2018-06-10T06:56:09Z

    Remove throws decleration of an exception which is not thrown

----


---

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


[GitHub] tomcat pull request #114: Remove throws declaration of an exception which is...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---

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