RFR: 8345279: Mistake in javadoc of javax.sql.rowset.BaseRowSet#setBigDecimal
Jaikiran Pai
jpai at openjdk.org
Tue Dec 3 02:33:42 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.
Thank you all for the reviews.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22470#issuecomment-2513412047
More information about the core-libs-dev
mailing list