You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by asdf2014 <gi...@git.apache.org> on 2017/06/29 04:09:12 UTC

[GitHub] zookeeper pull request #299: ZOOKEEPER-2827: Code refactoring for `JUTE` mod...

GitHub user asdf2014 opened a pull request:

    https://github.com/apache/zookeeper/pull/299

    ZOOKEEPER-2827: Code refactoring for `JUTE` module

    * Fix spell issues
    * Simplify `return` clause
    * Using enhanced `for` loop
    * Using `try` clause to release the resource of stream
    * Remove unnecessary `new Class[]{...}` boxing
    * Remove unnecessary `return` clause
    * Remove unnecessary `import`


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

    $ git pull https://github.com/asdf2014/zookeeper ZOOKEEPER-2827

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

    https://github.com/apache/zookeeper/pull/299.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 #299
    
----
commit 098db9d7037e422359aab81c859bad03f6ed232c
Author: asdf2014 <15...@qq.com>
Date:   2017-06-29T04:08:00Z

    ZOOKEEPER-2827: Code refactoring for `JUTE` module

----


---
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.
---