mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8262992: Improve @see
output
Reviewed-by: jjg
This commit is contained in:
parent
d2b53509c0
commit
e0c86884e5
23 changed files with 394 additions and 227 deletions
|
@ -486,14 +486,14 @@ import java.lang.NullPointerException; // for javadoc
|
|||
* @since 1.4
|
||||
*
|
||||
* @see <a href="http://www.ietf.org/rfc/rfc2279.txt"><i>RFC 2279: UTF-8, a
|
||||
* transformation format of ISO 10646</i></a>, <br><a
|
||||
* href="http://www.ietf.org/rfc/rfc2373.txt"><i>RFC 2373: IPv6 Addressing
|
||||
* Architecture</i></a>, <br><a
|
||||
* href="http://www.ietf.org/rfc/rfc2396.txt"><i>RFC 2396: Uniform
|
||||
* Resource Identifiers (URI): Generic Syntax</i></a>, <br><a
|
||||
* href="http://www.ietf.org/rfc/rfc2732.txt"><i>RFC 2732: Format for
|
||||
* Literal IPv6 Addresses in URLs</i></a>, <br><a
|
||||
* href="URISyntaxException.html">URISyntaxException</a>
|
||||
* transformation format of ISO 10646</i></a>
|
||||
* @see <a href="http://www.ietf.org/rfc/rfc2373.txt"><i>RFC 2373: IPv6 Addressing
|
||||
* Architecture</i></a>
|
||||
* @see <a href="http://www.ietf.org/rfc/rfc2396.txt"><i>RFC 2396: Uniform
|
||||
* Resource Identifiers (URI): Generic Syntax</i></a>
|
||||
* @see <a href="http://www.ietf.org/rfc/rfc2732.txt"><i>RFC 2732: Format for
|
||||
* Literal IPv6 Addresses in URLs</i></a>
|
||||
* @see <a href="URISyntaxException.html">URISyntaxException</a>
|
||||
*/
|
||||
|
||||
public final class URI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue