GitHub user Alykoff opened a pull request:
https://github.com/apache/curator/pull/253
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?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Alykoff/curator patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/curator/pull/253.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 #253
----
commit 7f76eb0160c86e537cb3ecd46c159d5b8c18779b
Author: Alykoff <galll-al@...>
Date: 2018-02-27T15:13:18Z
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?
----
---