RFR: 8284191: Replace usages of 'a the' in hotspot and java.base
Kevin Walls
kevinw at openjdk.java.net
Thu May 19 08:43:45 UTC 2022
On Wed, 18 May 2022 13:27:24 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
> Replaces usages of articles that follow each other in all combinations: a/the, an?/an?, the/the…
>
> Also, I fixed a couple of spelling mistakes.
src/jdk.sctp/share/classes/com/sun/nio/sctp/ShutdownNotification.java line 28:
> 26:
> 27: /**
> 28: * Notification emitted when a peers shutdowns the association.
Maybe: "...when a peer shuts down an association."
(could be "shuts down the association" if there is only ever one, but using "an" looks safe)
-------------
PR: https://git.openjdk.java.net/jdk/pull/8768
More information about the security-dev
mailing list