--- old/src/java.base/share/classes/sun/text/normalizer/UnicodeMatcher.java 2015-05-15 20:25:28.166444023 +0400 +++ new/src/java.base/share/classes/sun/text/normalizer/UnicodeMatcher.java 2015-05-15 20:25:28.014444023 +0400 @@ -45,7 +45,8 @@ public interface UnicodeMatcher { /** - * The character at index i, where i < contextStart || i >= contextLimit, + * The character at index {@code i}, where + * {@code i < contextStart || i >= contextLimit}, * is ETHER. This allows explicit matching by rules and UnicodeSets * of text outside the context. In traditional terms, this allows anchoring * at the start and/or end.