GitHub user asdf2014 opened a pull request:
https://github.com/apache/zookeeper/pull/297
ZOOKEEPER-2825: 1. Remove unnecessary import; 2. `contains` instead of
`indexOf > -1` for more readable; 3. Standardize `StringBuilder#append` usage
for CLI module
* Remove unnecessary import;
* `contains` instead of `indexOf > -1` for more readable;
* Standardize `StringBuilder#append` usage for CLI module
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/asdf2014/zookeeper ZOOKEEPER-2825
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/297.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 #297
----
commit 91ef299ae58dc22b5954a24a6f2ecba1b7b7c3f2
Author: asdf2014 <[email protected]>
Date: 2017-06-29T01:25:23Z
1. Remove unncessnary import; 2. `contains` instead of `indexOf > -1` for
more readable; 3. Standardize `StringBuilder#append` usage for CLI 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 [email protected] or file a JIRA ticket
with INFRA.
---