RFR: 8376954: Typos in CharacterRangeInfo and AsynchronousServerSocketChannel
Brian Burkhalter
bpb at openjdk.org
Mon Feb 2 19:07:23 UTC 2026
On Sun, 1 Feb 2026 13:57:36 GMT, Hendrik Schick <duke at openjdk.org> wrote:
> Fix typos in comments:
>
> - in java.nio.channels.AsynchronousServerSocketChannel: altogther -> altogether
> - in java.lang.classfile.attribute.CharacterRangeInfo: removed duplicated 'the' twice
Marked as reviewed by bpb (Reviewer).
src/java.base/share/classes/java/nio/channels/AsynchronousServerSocketChannel.java line 211:
> 209: * connections on the socket. Its exact semantics are implementation specific.
> 210: * In particular, an implementation may impose a maximum length or may choose
> 211: * to ignore the parameter altogether. If the {@code backlog} parameter has
Looks fine.
-------------
PR Review: https://git.openjdk.org/jdk/pull/29513#pullrequestreview-3741341206
PR Review Comment: https://git.openjdk.org/jdk/pull/29513#discussion_r2755815114
More information about the core-libs-dev
mailing list