On Fri, 17 May 2024 10:31:02 GMT, Michael McMahon <micha...@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+df...@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