GitHub user mattf-horton opened a pull request:
https://github.com/apache/incubator-metron/pull/418
METRON-666 Fix javadoc doclint errors
Fixes for Java 8 javadocs automatic doclint problems:
- replaced many uses of `<p/>` and `</p>` with simple uses of `<p>`
- wrapped uses of `<` or `>` in `{@literal}` or equivalent
- a couple actual errors like \@return with no description or \@throws when
nothing thrown
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mattf-horton/incubator-metron METRON-666
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-metron/pull/418.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 #418
----
commit a8a192ebff6598d08400320731b28a913ab0c417
Author: mattf-horton <mfo...@hortonworks.com>
Date: 2017-01-17T08:22:08Z
METRON-666 Fix javadoc doclint errors
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---