--- old/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/model/Parameter.java 2015-09-19 13:16:01.520923603 +0300 +++ new/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/model/Parameter.java 2015-09-19 13:16:01.388922948 +0300 @@ -81,7 +81,7 @@ int getIndex(); /** - * @return true if this instanceof {@link com.sun.xml.internal.ws.model.WrapperParameter}. + * @return true if {@code this instanceof} {@link com.sun.xml.internal.ws.model.WrapperParameter}. */ boolean isWrapperStyle(); @@ -89,7 +89,7 @@ * Returns true if this parameter is bound to the return value from the {@link JavaMethod}. * *

- * Just the convenience method for getIndex()==-1 + * Just the convenience method for {@code getIndex()==-1} */ boolean isReturnValue(); @@ -138,7 +138,7 @@ *

* {@link JavaMethod#getResponseParameters()} is guaranteed to have * at most one such {@link Parameter}. Note that there coule be none, - * in which case the method returns void. + * in which case the method returns {@code void}. * *

* Other response parameters are bound to {@link Holder}.