GitHub user nikhilbhide opened a pull request:
https://github.com/apache/zookeeper/pull/364
ZOOKEEPER-2777: There is a typo in zk.py which prevents from
using/compiling it.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nikhilbhide/zookeeper master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/364.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 #364
----
commit 4c9ff8ec195abb5b0c93e8f963c5d5800554d18f
Author: Nikhil Bhide <[email protected]>
Date: 2017-08-24T16:41:48Z
corrected typo in pp_zk
ZOOKEEPER-2777: There is a typo in zk.py which prevents from
using/compiling it.
commit f96c4748694039dbb4390205429f4664f6c152bd
Author: Nikhil Bhide <[email protected]>
Date: 2017-08-24T17:23:59Z
Removed extra spaces from zk.py
commit 521beca98c61c92ee0e3c304c4187de1e3b961ef
Author: Nikhil Bhide <[email protected]>
Date: 2017-08-24T17:45:38Z
Added required space after package declaration in StringUtils.java
commit 1c960155bd60abf833e628b2056368bbfffed135
Author: Nikhil Bhide <[email protected]>
Date: 2017-08-24T18:03:00Z
Update StringUtils.java
----
---