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 2015/06/23 19:53:21 UTC

kafka git commit: KAFKA-2294; javadoc compile error due to illegal

, build failing (jdk 8); patched by Jeff Maxwell; reviewed by Jakob Homan

Repository: kafka
Updated Branches:
  refs/heads/trunk b6d326b08 -> 6d4991e31


KAFKA-2294; javadoc compile error due to illegal <p/> , build failing (jdk 8); patched by Jeff Maxwell; reviewed by Jakob Homan


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

Branch: refs/heads/trunk
Commit: 6d4991e312548bc81e0f6b790a370b6165a92df9
Parents: b6d326b
Author: Jeff Maxwell <je...@gmail.com>
Authored: Tue Jun 23 10:52:21 2015 -0700
Committer: Jakob Homan <jg...@gmail.com>
Committed: Tue Jun 23 10:52:21 2015 -0700

----------------------------------------------------------------------
 .../java/org/apache/kafka/clients/producer/KafkaProducer.java     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/6d4991e3/clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java
----------------------------------------------------------------------
diff --git a/clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java b/clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java
index 5a37580..5671a3f 100644
--- a/clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java
+++ b/clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java
@@ -522,7 +522,8 @@ public class KafkaProducer<K, V> implements Producer<K, V> {
      * <strong>If close() is called from {@link Callback}, a warning message will be logged and close(0, TimeUnit.MILLISECONDS)
      * will be called instead. We do this because the sender thread would otherwise try to join itself and
      * block forever.</strong>
-     * <p/>
+     * <p>
+     *
      * @throws InterruptException If the thread is interrupted while blocked
      */
     @Override