On Mon, 16 Nov 2020 13:29:26 GMT, Michael McMahon <micha...@openjdk.org> wrote:
>> Minor spec changes from spec approved in initial CSR > > Michael McMahon has updated the pull request with a new target base due to a > merge or a rebase. The incremental webrev excludes the unrelated changes > brought in by the merge/rebase. The pull request contains five additional > commits since the last revision: > > - spec update after Alan's comments > - Merge branch 'master' into 8255758-spec-change > - net-properties.html change only. src apidoc change to come > - update to net-properties.html > - 8255758: JEP 380 spec clarifications Marked as reviewed by dfuchs (Reviewer). src/java.base/share/classes/java/net/doc-files/net-properties.html line 276: > 274: {@code conf/net.properties} configuration file. > 275: <p> > 276: <i>Implicit</i> binding of {@link java.nio.channels.SocketChannel > SocketChannel}s Nit: could this be changed to: <i>Implicit</i> binding of a {@link java.nio.channels.SocketChannel SocketChannel} ------------- PR: https://git.openjdk.java.net/jdk/pull/1021