--- old/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/util/QNameMap.java 2015-09-19 13:15:23.448734813 +0300 +++ new/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/util/QNameMap.java 2015-09-19 13:15:23.304734099 +0300 @@ -135,12 +135,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( String nsUri, String localPart ) {