8153508: ContentHandler API contains link to private contentPathProp
authorchegar
Wed, 20 Mar 2019 08:33:33 +0000
changeset 54199 40296a51aeb0
parent 54198 6ba98ff89499
child 54200 af3f568cbd2d
8153508: ContentHandler API contains link to private contentPathProp Reviewed-by: dfuchs, vtewari
src/java.base/share/classes/java/net/ContentHandler.java
--- 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>