6585546: Please update API doc for java.net.CookieManager

Trivial doc updates

Reviewed-by: chegar
This commit is contained in:
Jean-Christophe Collet 2009-02-04 14:15:13 +01:00
parent df345d27f4
commit b17d12c83d

View File

@ -107,8 +107,9 @@ import java.io.IOException;
* </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
*/