RFR: 8272215: Add InetAddress methods for parsing IP address literals [v2]

Aleksei Efimov aefimov at openjdk.org
Mon Oct 16 19:03:38 UTC 2023


On Mon, 16 Oct 2023 17:57:37 GMT, Michael McMahon <michaelm at openjdk.org> wrote:

>> Aleksei Efimov has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   representations -> representation, add format section links, modify headings
>
> src/java.base/share/classes/java/net/Inet4Address.java line 166:
> 
>> 164:      * Creates an {@code Inet4Address} based on the provided {@linkplain
>> 165:      * Inet4Address##format textual representations} of an IPv4 address.
>> 166:      * <p> If the provided IPv4 address literal cannot represent a {@linkplain
> 
> "textual representations" -> "textual representation"

Thanks Michael, fixed in af87fab27148daa982ab1997a4346e8c29be7604

> src/java.base/share/classes/java/net/Inet6Address.java line 500:
> 
>> 498:     /**
>> 499:      * Creates an {@code InetAddress} based on the provided {@linkplain
>> 500:      * Inet6Address##format textual representations} of an IPv6 address.
> 
> "textual representations" -> "textual representation"

Fixed in af87fab27148daa982ab1997a4346e8c29be7604

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/15775#discussion_r1361148707
PR Review Comment: https://git.openjdk.org/jdk/pull/15775#discussion_r1361149058


More information about the net-dev mailing list