diff --git a/icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetEncoderICU.java b/icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetEncoderICU.java index 9ad9b25cd51..2d6348b4c7a 100644 --- a/icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetEncoderICU.java +++ b/icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetEncoderICU.java @@ -853,7 +853,6 @@ public abstract class CharsetEncoderICU extends CharsetEncoder { * CoderResult.UNDERFLOW if there is a problem, or * null if there isn't. * @see #handleSurrogates(CharBuffer, char) - * @see #handleSurrogates(CharBuffer, int, char) * @see #handleSurrogates(char[], int, int, char) */ final CoderResult handleSurrogates(CharBuffer source, char lead) { @@ -895,7 +894,6 @@ public abstract class CharsetEncoderICU extends CharsetEncoder { * CoderResult.UNDERFLOW if there is a problem, or null if * there isn't. * @see #handleSurrogates(CharBuffer, char) - * @see #handleSurrogates(CharBuffer, int, char) * @see #handleSurrogates(char[], int, int, char) */ final CoderResult handleSurrogates(char[] sourceArray, int sourceIndex, diff --git a/icu4j/main/classes/collate/src/com/ibm/icu/text/AlphabeticIndex.java b/icu4j/main/classes/collate/src/com/ibm/icu/text/AlphabeticIndex.java index e34eb483bf8..8a70aca58a5 100644 --- a/icu4j/main/classes/collate/src/com/ibm/icu/text/AlphabeticIndex.java +++ b/icu4j/main/classes/collate/src/com/ibm/icu/text/AlphabeticIndex.java @@ -390,7 +390,6 @@ public final class AlphabeticIndex implements Iterable> { /** * Determine the best labels to use. This is based on the exemplars, but we also process to make sure that they are unique, * and sort differently, and that the overall list is small enough. - * @return */ private ArrayList initLabels() { UnicodeSet exemplars = new UnicodeSet(initialLabels); @@ -455,7 +454,6 @@ public final class AlphabeticIndex implements Iterable> { * This method is called to get the index exemplars. Normally these come from the locale directly, * but if they aren't available, we have to synthesize them. * @param locale - * @return */ private UnicodeSet getIndexExemplars(ULocale locale) { UnicodeSet exemplars; diff --git a/icu4j/main/classes/core/src/com/ibm/icu/text/DateTimePatternGenerator.java b/icu4j/main/classes/core/src/com/ibm/icu/text/DateTimePatternGenerator.java index bf8154081b8..b2a834d8ff9 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/text/DateTimePatternGenerator.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/text/DateTimePatternGenerator.java @@ -1635,13 +1635,12 @@ public class DateTimePatternGenerator implements Freezable>>= 1; - ++i; + ++i; } return i-1; } @@ -1878,7 +1877,6 @@ public class DateTimePatternGenerator implements Freezable