--- old/src/java.base/share/classes/sun/text/normalizer/ReplaceableString.java 2015-05-15 20:25:23.658444026 +0400 +++ new/src/java.base/share/classes/sun/text/normalizer/ReplaceableString.java 2015-05-15 20:25:23.506444026 +0400 @@ -109,10 +109,10 @@ * starting at index dstStart and ending at index * dstStart + (srcLimit-srcStart) - 1. * - * @param srcStart the beginning index to copy, inclusive; 0 - * <= start <= limit. + * @param srcStart the beginning index to copy, inclusive; + * {@code 0 <= start <= limit}. * @param srcLimit the ending index to copy, exclusive; - * start <= limit <= length(). + * {@code start <= limit <= length()}. * @param dst the destination array. * @param dstStart the start offset in the destination array. * @stable ICU 2.0