diff -r e1890248eafe -r 41ba54ac9403 src/java.net.http/share/classes/java/net/http/HttpHeaders.java --- a/src/java.net.http/share/classes/java/net/http/HttpHeaders.java Fri Feb 09 09:26:44 2018 +0000 +++ b/src/java.net.http/share/classes/java/net/http/HttpHeaders.java Fri Feb 09 12:34:07 2018 +0000 @@ -37,7 +37,7 @@ * A read-only view of a set of HTTP headers. * *

The methods of this class ( that accept a String header name ), and the - * Map returned by the {@linkplain #map() map} method, operate without regard to + * Map returned by the {@link #map() map} method, operate without regard to * case when retrieving the header value. * *

HttpHeaders instances are immutable. @@ -138,7 +138,7 @@ * Computes a hash code for this HTTP headers instance. * *

The hash code is based upon the components of the HTTP headers - * {@linkplain #map() map}, and satisfies the general contract of the + * {@link #map() map}, and satisfies the general contract of the * {@link Object#hashCode Object.hashCode} method. * * @return the hash-code value for this HTTP headers