RFR: 8315767: InetAddress: constructing objects from BSD literal addresses [v9]

Sergey Chernyshev schernyshev at openjdk.org
Fri May 17 11:23:34 UTC 2024


On Fri, 17 May 2024 10:31:02 GMT, Michael McMahon <michaelm at openjdk.org> wrote:

>> Sergey Chernyshev has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update src/java.base/share/classes/java/net/Inet4Address.java
>>   
>>   Co-authored-by: Daniel Fuchs <67001856+dfuch at users.noreply.github.com>
>
> src/java.base/share/classes/java/net/Inet4Address.java line 75:
> 
>> 73:  * <p> For example, the following (decimal) forms are supported by methods
>> 74:  * {@link Inet4Address#ofLiteral(String)} and {@link InetAddress#getByName(String)}
>> 75:  * capable of parsing textual representations of IPv4 addresses:
> 
> Suggestion:
> 
>  * <p> For example, the following (decimal) forms are supported by the methods
>  * {@link Inet4Address#ofLiteral(String)} and {@link InetAddress#getByName(String)}
>  * which are capable of parsing textual representations of IPv4 addresses:

Thanks Michael, accepted.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18493#discussion_r1604804315


More information about the net-dev mailing list