RFR: 8295168: Remove superfluous period in @throws tag description

2022-10-11 Thread Pavel Rappo
Please review this utmost trivial fix for an issue discovered while working on something else in jdk.javadoc. As far as I can see, this is the only case of `{@inheritDoc}` not being the sole content of a `@throws` description in JDK. - Commit messages: - Initial commit Changes: ht

Re: RFR: 8295168: Remove superfluous period in @throws tag description

2022-10-11 Thread Naoto Sato
On Tue, 11 Oct 2022 17:11:49 GMT, Pavel Rappo wrote: > Please review this utmost trivial fix for an issue discovered while working > on something else in jdk.javadoc. As far as I can see, this is the only case > of `{@inheritDoc}` not being the sole content of a `@throws` description in > JDK.

Re: RFR: 8295168: Remove superfluous period in @throws tag description

2022-10-11 Thread Brian Burkhalter
On Tue, 11 Oct 2022 17:11:49 GMT, Pavel Rappo wrote: > Please review this utmost trivial fix for an issue discovered while working > on something else in jdk.javadoc. As far as I can see, this is the only case > of `{@inheritDoc}` not being the sole content of a `@throws` description in > JDK.

Re: RFR: 8295168: Remove superfluous period in @throws tag description

2022-10-11 Thread Lance Andersen
On Tue, 11 Oct 2022 17:11:49 GMT, Pavel Rappo wrote: > Please review this utmost trivial fix for an issue discovered while working > on something else in jdk.javadoc. As far as I can see, this is the only case > of `{@inheritDoc}` not being the sole content of a `@throws` description in > JDK.

Re: RFR: 8295168: Remove superfluous period in @throws tag description

2022-10-11 Thread Iris Clark
On Tue, 11 Oct 2022 17:11:49 GMT, Pavel Rappo wrote: > Please review this utmost trivial fix for an issue discovered while working > on something else in jdk.javadoc. As far as I can see, this is the only case > of `{@inheritDoc}` not being the sole content of a `@throws` description in > JDK.