jrynd opened a new pull request #14642:
URL: https://github.com/apache/beam/pull/14642
The blank line in the example `private static class MyDataSourceProviderFn`
in the "Reading from JDBC datasource" causes javadoc to terminate prematurely.
While this is probably a bug in javadoc, it causes the documentation to be
missing everything after that spot -- including the rather important "how to
write to a JDBC datasource" section.. If you take out this line the javadoc
builds correctly. This bug was not in 2.23.0 but was in 2.24.0
I removed the blank line; this allows the doc to build correctly.
R: @turb
------------------------
Thank you for your contribution! Follow this checklist to help us
incorporate your contribution quickly and easily:
- [x] [**Choose
reviewer(s)**](https://beam.apache.org/contribute/#make-your-change) and
mention them in a comment (`R: @username`).
- [x] Format the pull request title like `[BEAM-XXX] Fixes bug in
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA
issue, if applicable. This will automatically link the pull request to the
issue.
- [ ] Update `CHANGES.md` with noteworthy changes.
- [ ] If this contribution is large, please file an Apache [Individual
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
See the [Contributor Guide](https://beam.apache.org/contribute) for more
tips on [how to make review process
smoother](https://beam.apache.org/contribute/#make-reviewers-job-easier).
--
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]