diff --git a/icu4j/src/com/ibm/icu/text/CharsetDetector.java b/icu4j/src/com/ibm/icu/text/CharsetDetector.java index 0098876ec20..1c69996a082 100644 --- a/icu4j/src/com/ibm/icu/text/CharsetDetector.java +++ b/icu4j/src/com/ibm/icu/text/CharsetDetector.java @@ -296,7 +296,7 @@ public class CharsetDetector { * * @return true if input text will be filtered. * - * @see enableInputFilter + * @see #enableInputFilter * * @draft ICU 3.4 * @deprecated This is a draft API and might change in a future release of ICU. diff --git a/icu4j/src/com/ibm/icu/text/CharsetMatch.java b/icu4j/src/com/ibm/icu/text/CharsetMatch.java index e113e42c422..d9b39083b3b 100644 --- a/icu4j/src/com/ibm/icu/text/CharsetMatch.java +++ b/icu4j/src/com/ibm/icu/text/CharsetMatch.java @@ -145,7 +145,7 @@ public class CharsetMatch implements Comparable { /** * The match is based on the presence of a BOM * - * @see getMatchType + * @see #getMatchType * * @draft ICU 3.4 * @deprecated This is a draft API and might change in a future release of ICU. @@ -155,7 +155,7 @@ public class CharsetMatch implements Comparable { /** * The match is based on the declared encoding. * - * @see getMatchType + * @see #getMatchType * * @draft ICU 3.4 * @deprecated This is a draft API and might change in a future release of ICU. @@ -165,7 +165,7 @@ public class CharsetMatch implements Comparable { /** * The match is based on language statistics. * - * @see getMatchType + * @see #getMatchType * * @draft ICU 3.4 * @deprecated This is a draft API and might change in a future release of ICU. diff --git a/icu4j/src/com/ibm/icu/text/DateFormat.java b/icu4j/src/com/ibm/icu/text/DateFormat.java index 95c3bf6aab7..3e3fc1beb2f 100755 --- a/icu4j/src/com/ibm/icu/text/DateFormat.java +++ b/icu4j/src/com/ibm/icu/text/DateFormat.java @@ -333,7 +333,7 @@ public abstract class DateFormat extends UFormat { /** * FieldPosition selector for 'c' field alignment, - * corresponding to the {@link Calendar#DAY} field. + * corresponding to the {@link Calendar#DAY_OF_WEEK} field. * This displays the stand alone day name, if available. * @draft ICU 3.4 * @deprecated This is a draft API and might change in a future release of ICU. diff --git a/icu4j/src/com/ibm/icu/text/UnicodeSet.java b/icu4j/src/com/ibm/icu/text/UnicodeSet.java index 87f872aeede..8d4877598b8 100755 --- a/icu4j/src/com/ibm/icu/text/UnicodeSet.java +++ b/icu4j/src/com/ibm/icu/text/UnicodeSet.java @@ -3239,7 +3239,7 @@ public class UnicodeSet extends UnicodeFilter { /** * Alias for UnicodeSet.CASE, for ease of porting from C++ where ICU4C * also has both USET_CASE and USET_CASE_INSENSITIVE (see uset.h). - * @see CASE + * @see #CASE * @draft ICU 3.4 * @deprecated This is a draft API and might change in a future release of ICU. */ diff --git a/icu4j/src/com/ibm/icu/util/Currency.java b/icu4j/src/com/ibm/icu/util/Currency.java index 7db91e10a72..4983339e043 100644 --- a/icu4j/src/com/ibm/icu/util/Currency.java +++ b/icu4j/src/com/ibm/icu/util/Currency.java @@ -276,7 +276,7 @@ public class Currency extends MeasureUnit implements Serializable { /** * Convenience and compatibility override of getName that * requests the symbol name. - * @see getName + * @see #getName * @draft ICU 3.4 * @deprecated This is a draft API and might change in a future release of ICU. */ @@ -288,7 +288,7 @@ public class Currency extends MeasureUnit implements Serializable { * Convenience and compatibility override of getName that * requests the symbol name. * @param loc the Locale for the symbol - * @see getName + * @see #getName * @draft ICU 3.4 * @deprecated This is a draft API and might change in a future release of ICU. */ @@ -300,7 +300,7 @@ public class Currency extends MeasureUnit implements Serializable { * Convenience and compatibility override of getName that * requests the symbol name. * @param uloc the ULocale for the symbol - * @see getName + * @see #getName * @draft ICU 3.4 * @deprecated This is a draft API and might change in a future release of ICU. */