mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-4624 clean up broken javadoc tags
X-SVN-Rev: 18153
This commit is contained in:
parent
3d360e051b
commit
b00f078ca8
5 changed files with 9 additions and 9 deletions
|
@ -296,7 +296,7 @@ public class CharsetDetector {
|
|||
*
|
||||
* @return <code>true</code> 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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue