changeset 1950 | dd893f20667b |
parent 715 | f16baef3a20e |
child 2924 | a67f12d92bdd |
--- 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 */