--- old/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/developer/JAXWSProperties.java 2015-09-19 13:16:11.532973250 +0300 +++ new/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/developer/JAXWSProperties.java 2015-09-19 13:16:11.384972516 +0300 @@ -148,7 +148,7 @@ public static final String WSENDPOINT = "com.sun.xml.internal.ws.api.server.WSEndpoint"; /** - * Gets the wsa:To header. + * Gets the {@code wsa:To} header. * * The propery value is available on incoming SOAP message. The type of the value * is {@link WSEndpointReference}. @@ -160,7 +160,7 @@ public static final String ADDRESSING_TO = "com.sun.xml.internal.ws.api.addressing.to"; /** - * Gets the wsa:From header. + * Gets the {@code wsa:From} header. * * The propery value is available on incoming SOAP message. The type of the value * is {@link WSEndpointReference}. @@ -172,7 +172,7 @@ public static final String ADDRESSING_FROM = "com.sun.xml.internal.ws.api.addressing.from"; /** - * Gets the wsa:Action header value. + * Gets the {@code wsa:Action} header value. * * The propery value is available on incoming SOAP message. The type of the value * is {@link String}. @@ -184,7 +184,7 @@ public static final String ADDRESSING_ACTION = "com.sun.xml.internal.ws.api.addressing.action"; /** - * Gets the wsa:MessageID header value. + * Gets the {@code wsa:MessageID} header value. * * The propery value is available on incoming SOAP message. The type of the value * is {@link String}.