GitHub user sslavic opened a pull request: https://github.com/apache/kafka/pull/89
Fixed javadoc for committed return value If no offset has been committed, then committed method does not return (null) value, instead NoOffsetForPartitionException is thrown in that case. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sslavic/kafka patch-4 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/89.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 #89 ---- commit 5a61430ed6e0b20181f37c95df8b784cfb8915c0 Author: Stevo SlaviÄ <ssla...@gmail.com> Date: 2015-07-20T23:37:56Z Fixed javadoc for committed return value If no offset has been committed, then committed method does not return (null) value, instead NoOffsetForPartitionException is thrown in that case. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---