Re: RFR: 8323554: The typos in Javadoc: "@return if "

2024-01-16 Thread Phil Race
On Wed, 10 Jan 2024 21:35:56 GMT, Sergey Bylokhov  wrote:

> The docs for the boolean methods are updated from this style:
> 
> @return if the event has been consumed
> 
> to this one
> 
> @return {@code true} if the event has been consumed, otherwise
> {@code false}
> 
> plus small cleanups here and there.

Marked as reviewed by prr (Reviewer).

-

PR Review: https://git.openjdk.org/jdk/pull/17357#pullrequestreview-1825200634


RFR: 8323554: The typos in Javadoc: "@return if "

2024-01-10 Thread Sergey Bylokhov
The docs for the boolean methods are updated from this style:

@return if the event has been consumed

to this one

@return {@code true} if the event has been consumed, otherwise
{@code false}

plus small cleanups here and there.

-

Commit messages:
 - one more
 - one more typo
 - 8323554: The typos in Javadoc: "@return if "

Changes: https://git.openjdk.org/jdk/pull/17357/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk=17357=00
  Issue: https://bugs.openjdk.org/browse/JDK-8323554
  Stats: 123 lines in 14 files changed: 23 ins; 16 del; 84 mod
  Patch: https://git.openjdk.org/jdk/pull/17357.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17357/head:pull/17357

PR: https://git.openjdk.org/jdk/pull/17357