8153508: ContentHandler API contains link to private contentPathProp
Reviewed-by: dfuchs, vtewari
--- a/src/java.base/share/classes/java/net/ContentHandler.java Wed Mar 20 09:58:12 2019 +0530
+++ b/src/java.base/share/classes/java/net/ContentHandler.java Wed Mar 20 08:33:33 2019 +0000
@@ -47,7 +47,7 @@
* If no content handler could be {@linkplain URLConnection#getContent() found},
* URLConnection will look for a content handler in a user-definable set of places.
* Users can define a vertical-bar delimited set of class prefixes
- * to search through by defining the <i>{@link java.net.URLConnection#contentPathProp}</i>
+ * to search through by defining the <i>{@value java.net.URLConnection#contentPathProp}</i>
* property. The class name must be of the form:
* <blockquote>
* <i>{package-prefix}.{major}.{minor}</i>