--- old/src/java.base/share/classes/java/net/ContentHandler.java 2015-08-18 15:42:20.492799833 +0400 +++ new/src/java.base/share/classes/java/net/ContentHandler.java 2015-08-18 15:42:20.276799843 +0400 @@ -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 {@value java.net.URLConnection#contentPathProp} + * to search through by defining the {@link java.net.URLConnection#contentPathProp} * property. The class name must be of the form: *
* {package-prefix}.{major}.{minor}