OpenJDK / jdk-updates / jdk12u
changeset 1950:dd893f20667b
6585546: Please update API doc for java.net.CookieManager
Summary: Trivial doc updates
Reviewed-by: chegar
author | jccollet |
---|---|
date | Wed, 04 Feb 2009 14:15:13 +0100 |
parents | 7c24abe3d444 |
children | 17ae6ba5de7a |
files | jdk/src/share/classes/java/net/CookieManager.java |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/jdk/src/share/classes/java/net/CookieManager.java Wed Feb 04 19:10:09 2009 +0800 +++ b/jdk/src/share/classes/java/net/CookieManager.java Wed Feb 04 14:15:13 2009 +0100 @@ -107,8 +107,9 @@ * </ul> * </blockquote> * - * <p>The implementation conforms to RFC 2965, section 3.3. + * <p>The implementation conforms to <a href="http://www.ietf.org/rfc/rfc2965.txt">RFC 2965</a>, section 3.3. * + * @see CookiePolicy * @author Edward Wang * @since 1.6 */