You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2016/05/27 20:45:19 UTC

kafka git commit: MINOR: Fix a couple of scaladoc typos

Repository: kafka
Updated Branches:
  refs/heads/trunk 936e26aa8 -> 55225bd55


MINOR: Fix a couple of scaladoc typos

Author: Vahid Hashemian <va...@us.ibm.com>

Reviewers: Ismael Juma <is...@juma.me.uk>

Closes #1440 from vahidhashemian/typo06/fix_typos_in_code_comments


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/55225bd5
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/55225bd5
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/55225bd5

Branch: refs/heads/trunk
Commit: 55225bd55ba6f9d84a2963942d52bd4d316c8274
Parents: 936e26a
Author: Vahid Hashemian <va...@us.ibm.com>
Authored: Fri May 27 21:45:14 2016 +0100
Committer: Ismael Juma <is...@juma.me.uk>
Committed: Fri May 27 21:45:14 2016 +0100

----------------------------------------------------------------------
 core/src/main/scala/kafka/consumer/BaseConsumer.scala | 2 +-
 core/src/main/scala/kafka/tools/ExportZkOffsets.scala | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/55225bd5/core/src/main/scala/kafka/consumer/BaseConsumer.scala
----------------------------------------------------------------------
diff --git a/core/src/main/scala/kafka/consumer/BaseConsumer.scala b/core/src/main/scala/kafka/consumer/BaseConsumer.scala
index 3774e73..8252cfc 100644
--- a/core/src/main/scala/kafka/consumer/BaseConsumer.scala
+++ b/core/src/main/scala/kafka/consumer/BaseConsumer.scala
@@ -27,7 +27,7 @@ import org.apache.kafka.common.record.TimestampType
 
 /**
  * A base consumer used to abstract both old and new consumer
- * this class should be removed (along with BaseProducer) be removed
+ * this class should be removed (along with BaseProducer)
  * once we deprecate old consumer
  */
 trait BaseConsumer {

http://git-wip-us.apache.org/repos/asf/kafka/blob/55225bd5/core/src/main/scala/kafka/tools/ExportZkOffsets.scala
----------------------------------------------------------------------
diff --git a/core/src/main/scala/kafka/tools/ExportZkOffsets.scala b/core/src/main/scala/kafka/tools/ExportZkOffsets.scala
index ccccae5..907e8ac 100644
--- a/core/src/main/scala/kafka/tools/ExportZkOffsets.scala
+++ b/core/src/main/scala/kafka/tools/ExportZkOffsets.scala
@@ -25,7 +25,7 @@ import org.apache.kafka.common.security.JaasUtils
 
 
 /**
- *  A utility that retrieve the offset of broker partitions in ZK and
+ *  A utility that retrieves the offset of broker partitions in ZK and
  *  prints to an output file in the following format:
  *  
  *  /consumers/group1/offsets/topic1/1-0:286894308