lidavidm commented on code in PR #14212:
URL: https://github.com/apache/arrow/pull/14212#discussion_r978190978
##########
java/pom.xml:
##########
@@ -688,7 +688,6 @@
<reportSet><!-- by default, id = "default" -->
<reports><!-- select non-aggregate reports -->
<report>javadoc</report>
- <report>test-javadoc</report>
Review Comment:
Javadoc errors if it doesn't find any public classes to document, JUnit 5
means that test classes no longer need to be public, so the easiest solution is
to just not document test code
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]