You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by tombentley <gi...@git.apache.org> on 2017/09/19 20:48:01 UTC

[GitHub] kafka pull request #3909: MINOR: Consistent terminal period in Errors.defaul...

GitHub user tombentley opened a pull request:

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

    MINOR: Consistent terminal period in Errors.defaultExceptionMessage

    Some default messages ended with a period and some didn't, so make things consistent.
    
    The contribution is my original work and I license the work to the project under the project's open source license.

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

    $ git pull https://github.com/tombentley/kafka MINOR-Errors-punctuation

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

    https://github.com/apache/kafka/pull/3909.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 #3909
    
----
commit ebdaca48d98e6e17979cbce390ef6fa8db179db8
Author: Tom Bentley <tb...@redhat.com>
Date:   2017-09-19T15:52:16Z

    MINOR: Consistent terminal period in Errors.defaultExceptionMessage

----


---