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. This pull request has now been integrated. Changeset: d88c7b36 Author: Jaikiran Pai <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/d88c7b365afec04c4d1fa089e088c9bbd76c596d Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod 8345279: Mistake in javadoc of javax.sql.rowset.BaseRowSet#setBigDecimal Reviewed-by: darcy, lancea, iris ------------- PR: https://git.openjdk.org/jdk/pull/22470