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

2024-12-02 Thread Jaikiran Pai
On Mon, 2 Dec 2024 04:19:08 GMT, Jaikiran Pai 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.BigDeci

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

2024-12-02 Thread Iris Clark
On Mon, 2 Dec 2024 04:19:08 GMT, Jaikiran Pai 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.BigDeci

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

2024-12-02 Thread Lance Andersen
On Mon, 2 Dec 2024 04:19:08 GMT, Jaikiran Pai 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.BigDeci

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

2024-12-01 Thread Joe Darcy
On Mon, 2 Dec 2024 04:19:08 GMT, Jaikiran Pai 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.BigDeci

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

2024-12-01 Thread Jaikiran Pai
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,