--- old/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/transport/http/WSHTTPConnection.java 2015-09-19 13:16:16.564998202 +0300 +++ new/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/transport/http/WSHTTPConnection.java 2015-09-19 13:16:16.428997528 +0300 @@ -87,7 +87,7 @@ *

* This parameter is usually exposed to {@link WebServiceContext} * as {@link Packet#OUTBOUND_TRANSPORT_HEADERS}, and thus it - * should ignore Content-Type and Content-Length headers. + * should ignore {@code Content-Type} and {@code Content-Length} headers. * * @param headers * See {@link HttpURLConnection#getHeaderFields()} for the format. @@ -105,7 +105,7 @@ public abstract void setResponseHeader(String key, List value); /** - * Sets the "Content-Type" header. + * Sets the {@code "Content-Type"} header. * *

* If the Content-Type header has already been set, this method will overwrite @@ -116,8 +116,8 @@ * may be invoked in any arbitrary order. * * @param value - * strings like "application/xml; charset=UTF-8" or - * "image/jpeg". + * strings like {@code "application/xml; charset=UTF-8"} or + * {@code "image/jpeg"}. */ public abstract void setContentTypeResponseHeader(@NotNull String value);