You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2018/02/24 20:07:55 UTC

[kafka] branch trunk updated: Fix typo in MockProducer JavaDoc (#4606)

This is an automated email from the ASF dual-hosted git repository.

jgus pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 4a027a0  Fix typo in MockProducer JavaDoc (#4606)
4a027a0 is described below

commit 4a027a0af10bc10bb223856100fdc19c6186a405
Author: Daniel Shuy <da...@hotmail.com>
AuthorDate: Sun Feb 25 04:07:42 2018 +0800

    Fix typo in MockProducer JavaDoc (#4606)
---
 .../src/main/java/org/apache/kafka/clients/producer/MockProducer.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clients/src/main/java/org/apache/kafka/clients/producer/MockProducer.java b/clients/src/main/java/org/apache/kafka/clients/producer/MockProducer.java
index d2a84c6..ddf5b88 100644
--- a/clients/src/main/java/org/apache/kafka/clients/producer/MockProducer.java
+++ b/clients/src/main/java/org/apache/kafka/clients/producer/MockProducer.java
@@ -77,7 +77,7 @@ public class MockProducer<K, V> implements Producer<K, V> {
      * @param cluster The cluster holding metadata for this producer
      * @param autoComplete If true automatically complete all requests successfully and execute the callback. Otherwise
      *        the user must call {@link #completeNext()} or {@link #errorNext(RuntimeException)} after
-     *        {@link #send(ProducerRecord) send()} to complete the call and unblock the @{link
+     *        {@link #send(ProducerRecord) send()} to complete the call and unblock the {@link
      *        java.util.concurrent.Future Future&lt;RecordMetadata&gt;} that is returned.
      * @param partitioner The partition strategy
      * @param keySerializer The serializer for key that implements {@link Serializer}.

-- 
To stop receiving notification emails like this one, please contact
jgus@apache.org.