On Tue, 2 Feb 2021 15:55:40 GMT, Julia Boes <jb...@openjdk.org> wrote:
> This change clarifies the InetSocketAddress::toString specification, which > was recently updated to reflect an implementation change [1]. The > specification is not changed, but it is enhanced with two examples and some > more verbiage, as per earlier suggestions on the net-dev mailing list [2][3]. > > [1] https://bugs.openjdk.java.net/browse/JDK-8225499 > [2] https://mail.openjdk.java.net/pipermail/net-dev/2020-April/013776.html > [3] https://mail.openjdk.java.net/pipermail/net-dev/2021-February/015297.html Maybe could say "rather than parsing the output of toString()" instead of "rather than parsing the string representation". Might be clearer? ------------- PR: https://git.openjdk.java.net/jdk/pull/2357