Skip to content

Commit

Permalink
8329398: Links in InetAddress class description show "#format"
Browse files Browse the repository at this point in the history
Reviewed-by: jpai
  • Loading branch information
AlekseiEfimov committed Jul 20, 2024
1 parent c5b7af7 commit b21cb44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/java.base/share/classes/java/net/InetAddress.java
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@
*
* <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>
Expand Down

0 comments on commit b21cb44

Please sign in to comment.