--- old/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/addressing/WsaPropertyBag.java 2015-09-19 13:15:56.516898789 +0300 +++ new/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/addressing/WsaPropertyBag.java 2015-09-19 13:15:56.380898115 +0300 @@ -69,7 +69,7 @@ } /** - * Gets the wsa:To header. + * Gets the {@code wsa:To} header. * * @return * null if the incoming SOAP message didn't have the header. @@ -85,7 +85,7 @@ } /** - * Gets the wsa:To header. + * Gets the {@code wsa:To} header. * * @return * null if the incoming SOAP message didn't have the header. @@ -101,7 +101,7 @@ } /** - * Gets the wsa:From header. + * Gets the {@code wsa:From} header. * * @return * null if the incoming SOAP message didn't have the header. @@ -112,7 +112,7 @@ } /** - * Gets the wsa:Action header content as String. + * Gets the {@code wsa:Action} header content as String. * * @return * null if the incoming SOAP message didn't have the header. @@ -128,7 +128,7 @@ } /** - * Gets the wsa:MessageID header content as String. + * Gets the {@code wsa:MessageID} header content as String. * * @return * null if the incoming SOAP message didn't have the header.