gemelen opened a new pull request #30007: URL: https://github.com/apache/spark/pull/30007
### What changes were proposed in this pull request? Fix Javadoc generation errors in `kvstore` and `unsafe` modules according to error message hints. ### Why are the changes needed? Fixes `doc` task failures which prevented other tasks successful executions (eg `publishLocal` task depends on `doc` task). ### Does this PR introduce _any_ user-facing change? No. Meaning of text in Javadoc is stayed the same. ### How was this patch tested? Run `build/sbt kvstore/Compile/doc`, `build/sbt unsafe/Compile/doc` and `build/sbt doc` without errors. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
