8153508: ContentHandler API contains link to private contentPathProp
Reviewed-by: dfuchs, vtewari
This commit is contained in:
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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user