Re: RFR: 8356629: Incorrect use of {@linkplain} in java.sql

2025-05-25 Thread Nizar Benalla
On Sat, 17 May 2025 17:21:01 GMT, Nizar Benalla wrote: > Please review this trivial patch to fix a javadoc bug. > > TIA Thanks for the review - PR Comment: https://git.openjdk.org/jdk/pull/25286#issuecomment-2907810545

Re: RFR: 8356629: Incorrect use of {@linkplain} in java.sql

2025-05-23 Thread Lance Andersen
On Sat, 17 May 2025 17:21:01 GMT, Nizar Benalla wrote: > Please review this trivial patch to fix a javadoc bug. > > TIA Marked as reviewed by lancea (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/25286#pullrequestreview-2864609961

RFR: 8356629: Incorrect use of {@linkplain} in java.sql

2025-05-19 Thread Nizar Benalla
Please review this trivial patch to fix a javadoc bug. TIA - Commit messages: - use PseudoColumnUsage#name() instead - fix incorrect `@link` tags Changes: https://git.openjdk.org/jdk/pull/25286/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=25286&range=00 Issue: https