GitHub user soenkeliebau opened a pull request:
https://github.com/apache/kafka/pull/4114
MINOR: Changed visibility of methods in ClusterConnectionStates to private
The methods resetReconnectBackoff and updateReconnectBackoff in
ClusterConnectionStates both take an instance of a private inner class as
parameter and thus cannot be called from outside the class anyway.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/soenkeliebau/kafka MINOR_private
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4114.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 #4114
----
commit ad5fd28576abe4ec66839898c8d94bbd6546159d
Author: Soenke Liebau <[email protected]>
Date: 2017-10-22T20:25:26Z
MINOR: Changed resetReconnectBackoff and updateReconnectBackoff from public
to private, as both take an instance of a private inner class as parameter and
thus cannot be called from outside the class anyway.
----
---