Re: RFR: 8261940: Fix references to IOException in BigDecimal javadoc [v2]

2021-02-18 Thread Joe Darcy
> Noticed by some of Jon Gibbons's doc linting & checking tooling, this > changeset fixes two javadoc issues for BigDecimal's serialization-related > methods, improving the serial form page. Joe Darcy has updated the pull request incrementally with one additional commit since the last

Re: RFR: 8261940: Fix references to IOException in BigDecimal javadoc [v2]

2021-02-18 Thread Joe Darcy
On Thu, 18 Feb 2021 16:52:19 GMT, Brian Burkhalter wrote: >> Joe Darcy has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Respond to review feedback. > > I concur with @AlanBateman about importing `IOException`. Will integrate using the

Re: RFR: 8261940: Fix references to IOException in BigDecimal javadoc

2021-02-18 Thread Brian Burkhalter
On Thu, 18 Feb 2021 06:03:41 GMT, Joe Darcy wrote: > Noticed by some of Jon Gibbons's doc linting & checking tooling, this > changeset fixes two javadoc issues for BigDecimal's serialization-related > methods, improving the serial form page. I concur with @AlanBateman about importing

Re: RFR: 8261940: Fix references to IOException in BigDecimal javadoc

2021-02-18 Thread Iris Clark
On Thu, 18 Feb 2021 06:03:41 GMT, Joe Darcy wrote: > Noticed by some of Jon Gibbons's doc linting & checking tooling, this > changeset fixes two javadoc issues for BigDecimal's serialization-related > methods, improving the serial form page. Marked as reviewed by iris (Reviewer).

Re: RFR: 8261940: Fix references to IOException in BigDecimal javadoc

2021-02-18 Thread Chris Hegarty
On Thu, 18 Feb 2021 06:03:41 GMT, Joe Darcy wrote: > Noticed by some of Jon Gibbons's doc linting & checking tooling, this > changeset fixes two javadoc issues for BigDecimal's serialization-related > methods, improving the serial form page. Marked as reviewed by chegar (Reviewer).

Re: RFR: 8261940: Fix references to IOException in BigDecimal javadoc

2021-02-18 Thread Alan Bateman
On Thu, 18 Feb 2021 06:03:41 GMT, Joe Darcy wrote: > Noticed by some of Jon Gibbons's doc linting & checking tooling, this > changeset fixes two javadoc issues for BigDecimal's serialization-related > methods, improving the serial form page. Looks okay but it might be simpler to just import

RFR: 8261940: Fix references to IOException in BigDecimal javadoc

2021-02-17 Thread Joe Darcy
Noticed by some of Jon Gibbons's doc linting & checking tooling, this changeset fixes two javadoc issues for BigDecimal's serialization-related methods, improving the serial form page. - Commit messages: - 8261940: Fix references to IOException in BigDecimal javadoc Changes: