On Mon, 2 Dec 2024 04:19:08 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
> Can I please get a review of this trivial typo fix in the javadoc of > `javax.sql.rowset.BaseRowSet#setBigDecimal()` method? > > As noted in https://bugs.openjdk.org/browse/JDK-8345279, the javadoc > incorrectly mentions `java.lang.BigDecimal` instead of > `java.math.BigDecimal`. As part of this change, I had considered using a > `{@link}` or a `{@linkplain}` to the `BigDecimal` class in this method's > javadoc, but decided not to do so, to keep it consistent with several others > methods in this class. Marked as reviewed by lancea (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk/pull/22470#pullrequestreview-2473570014