--- old/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/util/QNameMap.java 2015-09-19 13:16:17.565003161 +0300 +++ new/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/util/QNameMap.java 2015-09-19 13:16:17.425002467 +0300 @@ -128,12 +128,12 @@ /** * Returns the value to which the specified keys are mapped in this QNameMap, - * or null if the map contains no mapping for this key. + * or {@code null} if the map contains no mapping for this key. * * @param nsUri the namespaceUri key whose associated value is to be returned. * @param localPart the localPart key whose associated value is to be returned. * @return the value to which this map maps the specified set of keya, or - * null if the map contains no mapping for this set of keys. + * {@code null} if the map contains no mapping for this set of keys. * @see #put(String,String, Object) */ public V get( @NotNull String nsUri, String localPart ) {