--- old/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/server/sei/EndpointValueSetter.java 2015-09-19 13:16:15.064990764 +0300 +++ new/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/server/sei/EndpointValueSetter.java 2015-09-19 13:16:14.908989990 +0300 @@ -53,10 +53,10 @@ * @param obj * The unmarshalled object. * @param args - * The arguments that need to be given to the Java method invocation. If obj - * is supposed to be returned as a {@link Holder} value, a suitable - * {@link Holder} is obtained from this argument list and obj - * is set. + * The arguments that need to be given to the Java method invocation. + * If {@code obj} is supposed to be returned as a {@link Holder} + * value, a suitable {@link Holder} is obtained from + * this argument list and {@code obj} is set. * */ abstract void put(Object obj, Object[] args);