You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by KevinLiLu <gi...@git.apache.org> on 2017/09/15 17:54:59 UTC

[GitHub] kafka pull request #3875: MINOR: Use full package name when classes referenc...

GitHub user KevinLiLu opened a pull request:

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

    MINOR: Use full package name when classes referenced in documentation

    The `metric.reporters` description in the documentation says to implement the `MetricReporter` class, but the actual class is `MetricsReporter`. [MetricsReporter.java](https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/common/metrics/MetricsReporter.java)
    
    The documentation is also inconsistent as some references to classes do not have the package name.
    
    @ijuma 


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/KevinLiLu/kafka trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/3875.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 #3875
    
----
commit 8cd5040ffb227e0314db71c89bddad1a7c77c6d5
Author: Kevin Lu <ke...@paypal.com>
Date:   2017-09-15T17:51:53Z

    Use full package name when classes referenced in documentation

----


---

[GitHub] kafka pull request #3875: MINOR: Use full package name when classes referenc...

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

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


---