GitHub user Alykoff opened a pull request:
https://github.com/apache/curator/pull/254
Change visible of constructor/fields
Change visible for ServiceInstanceBuilder constructor/fields. This is need
for extensibility (for example in project
https://github.com/hazelcast/hazelcast-zookeeper). I think that package
visibility is bad for extensibility. Could you please also say your opinion
about change package visibility in others classes?
Current pull request matches with
https://github.com/apache/curator/pull/253 and has the issue number.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Alykoff/curator CURATOR-456
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/curator/pull/254.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 #254
----
commit 244f1b63ce581a5dd2520184db29f0dbe2f890b7
Author: Gali.Alykov <gali.alykov@...>
Date: 2018-02-28T08:29:46Z
Change visible of constructor/fields
----
---