6585546: Please update API doc for java.net.CookieManager
Summary: Trivial doc updates
Reviewed-by: chegar
--- 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
*/