RFR: 8345279: Mistake in javadoc of javax.sql.rowset.BaseRowSet#setBigDecimal
Lance Andersen
lancea at openjdk.org
Mon Dec 2 18:39:38 UTC 2024
On Mon, 2 Dec 2024 04:19:08 GMT, Jaikiran Pai <jpai at 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
More information about the core-libs-dev
mailing list