You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by soenkeliebau <gi...@git.apache.org> on 2017/10/22 20:50:39 UTC

[GitHub] kafka pull request #4114: MINOR: Changed visibility of methods in ClusterCon...

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 <so...@opencore.com>
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.

----


---

[GitHub] kafka pull request #4114: MINOR: Changed visibility of methods in ClusterCon...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/kafka/pull/4114


---