mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8329398: Links in InetAddress class description show "#format"
Reviewed-by: jpai
This commit is contained in:
parent
c5b7af73d0
commit
b21cb44e38
1 changed files with 5 additions and 5 deletions
|
@ -142,12 +142,12 @@ import static java.net.spi.InetAddressResolver.LookupPolicy.IPV6_FIRST;
|
|||
*
|
||||
* <p>
|
||||
*
|
||||
* For IPv4 address format, please refer to <A
|
||||
* HREF="Inet4Address.html#format">Inet4Address#format</A>; For IPv6
|
||||
* address format, please refer to <A
|
||||
* HREF="Inet6Address.html#format">Inet6Address#format</A>.
|
||||
* For IPv4 address format, please refer to the supported
|
||||
* {@linkplain Inet4Address##format IPv4 address textual representations};
|
||||
* For IPv6 address format, please refer to the supported
|
||||
* {@linkplain Inet6Address##format IPv6 address textual representations}.
|
||||
*
|
||||
* <p> There is a <a href="doc-files/net-properties.html#Ipv4IPv6">couple of
|
||||
* <p> There are a <a href="doc-files/net-properties.html#Ipv4IPv6">couple of
|
||||
* System Properties</a> affecting how IPv4 and IPv6 addresses are used.
|
||||
*
|
||||
* <h2 id="host-name-resolution"> Host Name Resolution </h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue