--- old/src/java.base/share/classes/sun/text/normalizer/Replaceable.java 2015-05-18 19:54:44.068747440 +0400 +++ new/src/java.base/share/classes/sun/text/normalizer/Replaceable.java 2015-05-18 19:54:43.916747441 +0400 @@ -71,10 +71,9 @@ *
  • If there is no previous character (i.e. start == 0), use the * following character
  • *
  • If there is no following character (i.e. the replaceable was - * empty), use default metadata
    + * empty), use default metadata
  • *
  • If the code point U+FFFF is seen, it should be interpreted as - * a special marker having no metadata
  • - *
  • + * a special marker having no metadata * * If this is not the behavior, the subclass should document any differences. * @@ -111,10 +110,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