GitHub user dlaboss reopened a pull request:
https://github.com/apache/incubator-quarks/pull/135
Javadoc lint failures
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dlaboss/incubator-quarks javadoc-lint-failures
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-quarks/pull/135.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 #135
----
commit d78400110fa0cc0f8904c3f12205ce778eb4b9c4
Author: Dale LaBossiere <[email protected]>
Date: 2016-06-10T14:31:15Z
fix javadoc warnings and errors when Xdoclint:none is disabled
- lots of "unexpected end tag </P>" errors often due to it following a
table or list (which automatically ends a preceeding <P>)
- lots of missing generic type param doc, @return and @param
- also with enabling Eclipse > Java > Compiler > Javadoc > Missing
Javadoc Tags
commit e093cd7b6015f5168df1c6d12ba84f8d238782c1
Author: Dale LaBossiere <[email protected]>
Date: 2016-06-10T15:09:42Z
more cleanup
commit 4039ce70c5ac21c64ed0e2deb88d0cb4554da12a
Author: Dale LaBossiere <[email protected]>
Date: 2016-06-10T15:52:42Z
final cleanup
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---