--- old/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/pipe/Codec.java 2015-09-19 13:16:02.020926082 +0300 +++ new/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/pipe/Codec.java 2015-09-19 13:16:01.876925368 +0300 @@ -179,7 +179,7 @@ *

* If the {@link Codec} implementation is already * re-entrant and multi-thread safe to begin with, - * then this method may simply return this. + * then this method may simply return {@code this}. */ Codec copy(); @@ -208,7 +208,7 @@ * The MIME content type (like "application/xml") of this byte stream. * Thie text includes all the sub-headers of the content-type header. Therefore, * in more complex case, this could be something like - * multipart/related; boundary="--=_outer_boundary"; type="multipart/alternative". + * {@code multipart/related; boundary="--=_outer_boundary"; type="multipart/alternative"}. * This parameter must not be null. * * @param response