--- old/src/java.base/share/classes/sun/text/normalizer/ReplaceableUCharacterIterator.java 2015-05-15 20:25:24.154444026 +0400 +++ new/src/java.base/share/classes/sun/text/normalizer/ReplaceableUCharacterIterator.java 2015-05-15 20:25:24.006444026 +0400 @@ -150,14 +150,12 @@ } /** - *

Sets the currentIndex to the specified currentIndex in the text and returns that + * Sets the currentIndex to the specified currentIndex in the text and returns that * single UTF16 character at currentIndex. - * This assumes the text is stored as 16-bit code units.

+ * This assumes the text is stored as 16-bit code units. * @param currentIndex the currentIndex within the text. * @exception IllegalArgumentException is thrown if an invalid currentIndex is * supplied. i.e. currentIndex is out of bounds. - * @return the character at the specified currentIndex or DONE if the specified - * currentIndex is equal to the end of the text. */ public void setIndex(int currentIndex) { if (currentIndex < 0 || currentIndex > replaceable.length()) {