mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +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
|
||||
|
|
|
@ -91,10 +91,10 @@ import java.util.Set;
|
|||
*
|
||||
* @see <a href="http://www.ietf.org/rfc/rfc2560.txt"><i>RFC 2560: X.509
|
||||
* Internet Public Key Infrastructure Online Certificate Status Protocol -
|
||||
* OCSP</i></a>, <br><a
|
||||
* href="http://www.ietf.org/rfc/rfc5280.txt"><i>RFC 5280: Internet X.509
|
||||
* Public Key Infrastructure Certificate and Certificate Revocation List (CRL)
|
||||
* Profile</i></a>
|
||||
* OCSP</i></a>
|
||||
* @see <a href="http://www.ietf.org/rfc/rfc5280.txt"><i>RFC 5280:
|
||||
* Internet X.509 Public Key Infrastructure Certificate and Certificate
|
||||
* Revocation List (CRL) Profile</i></a>
|
||||
*/
|
||||
public abstract class PKIXRevocationChecker extends PKIXCertPathChecker {
|
||||
private URI ocspResponder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue