mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-10700 fix minor API docs bugs
X-SVN-Rev: 35437
This commit is contained in:
parent
30de06a013
commit
f1ab4ca109
5 changed files with 10 additions and 10 deletions
|
@ -636,7 +636,7 @@ public abstract class Collator implements Comparator<Object>, Freezable<Collator
|
|||
* {@icu} Registers a collator as the default collator for the provided locale. The
|
||||
* collator should not be modified after it is registered.
|
||||
*
|
||||
* Because ICU may choose to cache Collator objects internally, this must
|
||||
* <p>Because ICU may choose to cache Collator objects internally, this must
|
||||
* be called at application startup, prior to any calls to
|
||||
* Collator.getInstance to avoid undefined behavior.
|
||||
*
|
||||
|
@ -653,7 +653,7 @@ public abstract class Collator implements Comparator<Object>, Freezable<Collator
|
|||
/**
|
||||
* {@icu} Registers a collator factory.
|
||||
*
|
||||
* Because ICU may choose to cache Collator objects internally, this must
|
||||
* <p>Because ICU may choose to cache Collator objects internally, this must
|
||||
* be called at application startup, prior to any calls to
|
||||
* Collator.getInstance to avoid undefined behavior.
|
||||
*
|
||||
|
|
|
@ -770,7 +770,7 @@ s */
|
|||
* locale. Clones of the iterator will be returned if a request for a break iterator
|
||||
* of the given kind matches or falls back to this locale.
|
||||
*
|
||||
* Because ICU may choose to cache BreakIterator objects internally, this must
|
||||
* <p>Because ICU may choose to cache BreakIterator objects internally, this must
|
||||
* be called at application startup, prior to any calls to
|
||||
* BreakIterator.getInstance to avoid undefined behavior.
|
||||
*
|
||||
|
@ -789,7 +789,7 @@ s */
|
|||
* locale. Clones of the iterator will be returned if a request for a break iterator
|
||||
* of the given kind matches or falls back to this locale.
|
||||
*
|
||||
* Because ICU may choose to cache BreakIterator objects internally, this must
|
||||
* <p>Because ICU may choose to cache BreakIterator objects internally, this must
|
||||
* be called at application startup, prior to any calls to
|
||||
* BreakIterator.getInstance to avoid undefined behavior.
|
||||
*
|
||||
|
|
|
@ -983,7 +983,7 @@ public abstract class NumberFormat extends UFormat {
|
|||
* the service and must not be modified. The returned object is a
|
||||
* key that can be used to unregister this factory.
|
||||
*
|
||||
* Because ICU may choose to cache NumberFormat objects internally, this must
|
||||
* <p>Because ICU may choose to cache NumberFormat objects internally, this must
|
||||
* be called at application startup, prior to any calls to
|
||||
* NumberFormat.getInstance to avoid undefined behavior.
|
||||
*
|
||||
|
|
|
@ -266,7 +266,7 @@ public class Currency extends MeasureUnit {
|
|||
* Registers a new currency for the provided locale. The returned object
|
||||
* is a key that can be used to unregister this currency object.
|
||||
*
|
||||
* Because ICU may choose to cache Currency objects internally, this must
|
||||
* <p>Because ICU may choose to cache Currency objects internally, this must
|
||||
* be called at application startup, prior to any calls to
|
||||
* Currency.getInstance to avoid undefined behavior.
|
||||
*
|
||||
|
|
|
@ -1713,7 +1713,7 @@ public abstract class Transliterator implements StringTransform {
|
|||
* Register a factory object with the given ID. The factory
|
||||
* method should return a new instance of the given transliterator.
|
||||
*
|
||||
* Because ICU may choose to cache Transliterator objects internally, this must
|
||||
* <p>Because ICU may choose to cache Transliterator objects internally, this must
|
||||
* be called at application startup, prior to any calls to
|
||||
* Transliterator.getInstance to avoid undefined behavior.
|
||||
*
|
||||
|
@ -1728,7 +1728,7 @@ public abstract class Transliterator implements StringTransform {
|
|||
/**
|
||||
* Register a Transliterator object with the given ID.
|
||||
*
|
||||
* Because ICU may choose to cache Transliterator objects internally, this must
|
||||
* <p>Because ICU may choose to cache Transliterator objects internally, this must
|
||||
* be called at application startup, prior to any calls to
|
||||
* Transliterator.getInstance to avoid undefined behavior.
|
||||
*
|
||||
|
@ -1742,7 +1742,7 @@ public abstract class Transliterator implements StringTransform {
|
|||
/**
|
||||
* Register a Transliterator object with the given ID.
|
||||
*
|
||||
* Because ICU may choose to cache Transliterator objects internally, this must
|
||||
* <p>Because ICU may choose to cache Transliterator objects internally, this must
|
||||
* be called at application startup, prior to any calls to
|
||||
* Transliterator.getInstance to avoid undefined behavior.
|
||||
*
|
||||
|
@ -1758,7 +1758,7 @@ public abstract class Transliterator implements StringTransform {
|
|||
* alias ID produces the same result as instantiating the original ID.
|
||||
* This is generally used to create short aliases of compound IDs.
|
||||
*
|
||||
* Because ICU may choose to cache Transliterator objects internally, this must
|
||||
* <p>Because ICU may choose to cache Transliterator objects internally, this must
|
||||
* be called at application startup, prior to any calls to
|
||||
* Transliterator.getInstance to avoid undefined behavior.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue