8153508: ContentHandler API contains link to private contentPathProp

Reviewed-by: dfuchs, vtewari
This commit is contained in:
Chris Hegarty 2019-03-20 08:33:33 +00:00
parent 1c0f35a5b4
commit 42b8e78a7a

@ -47,7 +47,7 @@ import java.io.IOException;
* 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>