[
https://issues.apache.org/jira/browse/TEZ-665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Eagles updated TEZ-665:
--------------------------------
Attachment: TEZ-665.patch
Did the following to regenerate the latest Javadoc Warnings list.
$ mvn clean test javadoc:javadoc -DskipTests | tee build.log
$ grep '\[WARNING\]' build.log | awk '/Javadoc Warnings/,EOF' | grep warning >
tez-javadoc.txt
Patch does not address javac issues. This patch addresses javadoc warnings
while preserving the javadoc that was already present.
> Fix javadoc warnings
> --------------------
>
> Key: TEZ-665
> URL: https://issues.apache.org/jira/browse/TEZ-665
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Hitesh Shah
> Assignee: Jonathan Eagles
> Attachments: TEZ-665.patch, javadoc-warnings.txt
>
>
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)