On Fri, 5 Apr 2024 06:56:06 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
> Can I please get a review of this doc-only change which proposes to clean up > the documentation of `java.net.SocketOptions` interface? > > As noted in https://bugs.openjdk.org/browse/JDK-8329733, the existing > documentation in this legacy interface isn't accurate. The commit in this PR, > updates the documentation on several of the fields to point to the newer > java.net.StandardSocketOptions class. While at it, I also did a general > update of this documentation to use snippets and also reword some of it to be > a bit more clear. > > I have run `make docs-image` on this change and the updated doc looks fine to > me. This pull request has now been integrated. Changeset: d771ec62 Author: Jaikiran Pai <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/d771ec6296bd3bb17ac2dd79671fdb6f154b4ea5 Stats: 171 lines in 1 file changed: 5 ins; 91 del; 75 mod 8329733: Update the documentation in java.net.SocketOptions to direct to java.net.StandardSocketOptions 6431396: Spec for SocketOptions.SO_BINDADDR incorrect Reviewed-by: djelinski, alanb ------------- PR: https://git.openjdk.org/jdk/pull/18645