--- old/src/java.base/share/classes/sun/text/normalizer/SymbolTable.java 2015-05-18 19:54:46.052747439 +0400 +++ new/src/java.base/share/classes/sun/text/normalizer/SymbolTable.java 2015-05-18 19:54:45.900747439 +0400 @@ -78,7 +78,7 @@ /** * Lookup the characters associated with this string and return it. - * Return null if no such name exists. The resultant + * Return {@code null} if no such name exists. The resultant * array may have length zero. * @param s the symbolic name to lookup * @return a char array containing the name's value, or null if @@ -91,7 +91,7 @@ /** * Lookup the UnicodeMatcher associated with the given character, and - * return it. Return null if not found. + * return it. Return {@code null} if not found. * @param ch a 32-bit code point from 0 to 0x10FFFF inclusive. * @return the UnicodeMatcher object represented by the given * character, or null if there is no mapping for ch.