--- old/src/java.base/share/classes/sun/text/normalizer/RangeValueIterator.java 2015-05-18 17:53:31.092753417 +0400 +++ new/src/java.base/share/classes/sun/text/normalizer/RangeValueIterator.java 2015-05-18 17:53:30.944753417 +0400 @@ -38,12 +38,13 @@ package sun.text.normalizer; /** - *

Interface for enabling iteration over sets of , + *

Interface for enabling iteration over sets of + * {@code }, * where index is the sorted integer index in ascending order and value, its - * associated integer value.

+ * associated integer value. *

The result for each iteration is the consecutive range of - * with the same value. Result is represented by - * where

+ * {@code } with the same value. Result is represented by + * {@code } where *