You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by wtanaka <gi...@git.apache.org> on 2017/04/30 05:25:04 UTC

[GitHub] beam pull request #2789: Clean up exception signatures

GitHub user wtanaka opened a pull request:

    https://github.com/apache/beam/pull/2789

    Clean up exception signatures

    Strengthen some "throws Exception" declarations
    
    CoderException extends IOException so it's not necessary to declare
    both in "throws"

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

    $ git pull https://github.com/wtanaka/beam exceptionsigs

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

    https://github.com/apache/beam/pull/2789.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 #2789
    
----
commit 90432eb214f975b3de512e0c7ff536618d9af003
Author: wtanaka.com <wt...@yahoo.com>
Date:   2017-04-30T04:45:42Z

    Remove useless return statement

commit e60d29974adc59912e381df0ef5abb027fb06c87
Author: wtanaka.com <wt...@yahoo.com>
Date:   2017-04-30T05:20:59Z

    Clean up exception signatures
    
    Strengthen some "throws Exception" declarations
    
    CoderException extends IOException so it's not necessary to declare
    both in "throws"

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] beam pull request #2789: Clean up exception signatures

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

    https://github.com/apache/beam/pull/2789


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---