From: Markus Scherer Date: Wed, 12 Mar 2014 18:58:26 +0000 (+0000) Subject: ICU-10700 fix minor API docs bugs X-Git-Tag: milestone-59-0-1~2020 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1ab4ca109f3933f87bf3a1e48cea9dbdbd713f7;p=icu ICU-10700 fix minor API docs bugs X-SVN-Rev: 35437 --- diff --git a/icu4j/main/classes/collate/src/com/ibm/icu/text/Collator.java b/icu4j/main/classes/collate/src/com/ibm/icu/text/Collator.java index c1eaa2ec266..0dc10edb7ce 100644 --- a/icu4j/main/classes/collate/src/com/ibm/icu/text/Collator.java +++ b/icu4j/main/classes/collate/src/com/ibm/icu/text/Collator.java @@ -636,7 +636,7 @@ public abstract class Collator implements Comparator, FreezableBecause 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, FreezableBecause 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. * diff --git a/icu4j/main/classes/core/src/com/ibm/icu/text/BreakIterator.java b/icu4j/main/classes/core/src/com/ibm/icu/text/BreakIterator.java index 0cad42e6bc5..9b7ca0f5c71 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/text/BreakIterator.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/text/BreakIterator.java @@ -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 + *

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 + *

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. * diff --git a/icu4j/main/classes/core/src/com/ibm/icu/text/NumberFormat.java b/icu4j/main/classes/core/src/com/ibm/icu/text/NumberFormat.java index ac040f57a09..088d07f308d 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/text/NumberFormat.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/text/NumberFormat.java @@ -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 + *

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. * diff --git a/icu4j/main/classes/core/src/com/ibm/icu/util/Currency.java b/icu4j/main/classes/core/src/com/ibm/icu/util/Currency.java index e62c9b73542..2e405120bb6 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/util/Currency.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/util/Currency.java @@ -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 + *

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. * diff --git a/icu4j/main/classes/translit/src/com/ibm/icu/text/Transliterator.java b/icu4j/main/classes/translit/src/com/ibm/icu/text/Transliterator.java index 0dc321ee62e..e76f30f997b 100644 --- a/icu4j/main/classes/translit/src/com/ibm/icu/text/Transliterator.java +++ b/icu4j/main/classes/translit/src/com/ibm/icu/text/Transliterator.java @@ -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 + *

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 + *

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 + *

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 + *

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. *