RFR: 8345279: Mistake in javadoc of javax.sql.rowset.BaseRowSet#setBigDecimal

Joe Darcy darcy at openjdk.org
Mon Dec 2 05:02:37 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 darcy (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/22470#pullrequestreview-2471743617


More information about the core-libs-dev mailing list