GitHub user asdf2014 opened a pull request:
https://github.com/apache/zookeeper/pull/288
MINOR: Code refactoring for `ZK_SERVER` module
* Fix spell issues
* Merge exception with `|` character
* Remove unnecessary boxing
* Remove unused import
* Remove unecessary `Record` instance
* Using enhanced for loop instead
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/asdf2014/zookeeper zk_quorum
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/288.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 #288
----
commit 9492e7aeada4d1ebe9986f1276fb97ae061c24bf
Author: asdf2014 <[email protected]>
Date: 2017-06-19T13:00:01Z
Fix spell issues
commit d53ffe2b0ecfa3a055b0250c2bb0c75215aab6d0
Author: asdf2014 <[email protected]>
Date: 2017-06-20T06:53:13Z
1. Merge exception with `|` character; 2. Remove unnecessary boxing; 3.
Remove unused import
commit 14969f952af0fd1dd70cb9ed031fa7229fafcca9
Author: asdf2014 <[email protected]>
Date: 2017-06-20T07:14:35Z
1. Remove unecessary `Record` instance & import; 2. Using enhanced for loop
instead
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---