You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jeff Maxwell (JIRA)" <ji...@apache.org> on 2015/06/23 18:26:00 UTC

[jira] [Updated] (KAFKA-2294) javadoc compile error due to illegal

, build failing (jdk 8)

     [ https://issues.apache.org/jira/browse/KAFKA-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Maxwell updated KAFKA-2294:
--------------------------------
    Attachment: KAFKA-2294-1.patch

Fixed close() javadoc

> javadoc compile error due to illegal <p/> , build failing (jdk 8)
> -----------------------------------------------------------------
>
>                 Key: KAFKA-2294
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2294
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Jeremy Fields
>         Attachments: KAFKA-2294-1.patch
>
>
> Quick one,
> kafka/clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java:525: error: self-closing element not allowed
>      * <p/>
> This is causing build to fail under java 8 due to strict html checking.
> Replace that <p/> with <p>
> Regards,



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)