You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by adenes <gi...@git.apache.org> on 2017/09/11 20:09:25 UTC

[GitHub] flume pull request #168: FLUME-3175. Turn off doclint for javadoc generation...

GitHub user adenes opened a pull request:

    https://github.com/apache/flume/pull/168

    FLUME-3175. Turn off doclint for javadoc generation.

    With Java 8's new doclint feature the javadoc generation breaks due to the
    strict checking so adding -Xdoclint:none to the maven-javadoc-plugin's
    configuration to turn off the check.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/adenes/flume fix-javadoc

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flume/pull/168.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 #168
    
----
commit efa17764ca422aabb5de3ffa1999e6e6389bca42
Author: Denes Arvay <de...@apache.org>
Date:   2017-09-11T19:58:14Z

    FLUME-3175. Turn off doclint for javadoc generation.
    
    With Java 8's new doclint feature the javadoc generation breaks due to the
    strict checking so adding -Xdoclint:none to the maven-javadoc-plugin's
    configuration.

----


---

[GitHub] flume pull request #168: FLUME-3175. Turn off doclint for javadoc generation...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/flume/pull/168


---