< prev index next >

src/java.base/share/classes/java/net/ContentHandler.java

Print this page

        

@@ -45,11 +45,11 @@
  * {@code getContent} method is called to create the object.
  * <p>
  * 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>{@value java.net.URLConnection#contentPathProp}</i>
+ * to search through by defining the <i>{@link java.net.URLConnection#contentPathProp}</i>
  * property. The class name must be of the form:
  * <blockquote>
  *     <i>{package-prefix}.{major}.{minor}</i>
  *     <p>
  *     where <i>{major}.{minor}</i> is formed by taking the
< prev index next >