RFR: 8338398: Trivially fix grammar and typos [v2]
Pavel Rappo
prappo at openjdk.org
Fri Aug 16 12:53:48 UTC 2024
On Fri, 16 Aug 2024 12:10:32 GMT, Doug Lea <dl at openjdk.org> wrote:
> It would also be OK to just drop that "s" -> InterruptedException.
True, but there are other similar cases in that same file, maybe it's okay to leave it like that. Similar cases: ForkJoinTasks, Futures, CountedCompleters, InterruptibleTasks, WorkQueues, Deques, Workers, ForkJoinPools, SecurityManagers, ThreadLocals, VirtualThreads, ForkJoinWorkerThreads, VarHandles (this one actually clashes with the existing class).
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20584#discussion_r1719800990
More information about the core-libs-dev
mailing list