]> granicus.if.org Git - icu/commitdiff
ICU-10700 fix minor API docs bugs
authorMarkus Scherer <markus.icu@gmail.com>
Wed, 12 Mar 2014 18:58:26 +0000 (18:58 +0000)
committerMarkus Scherer <markus.icu@gmail.com>
Wed, 12 Mar 2014 18:58:26 +0000 (18:58 +0000)
X-SVN-Rev: 35437

icu4j/main/classes/collate/src/com/ibm/icu/text/Collator.java
icu4j/main/classes/core/src/com/ibm/icu/text/BreakIterator.java
icu4j/main/classes/core/src/com/ibm/icu/text/NumberFormat.java
icu4j/main/classes/core/src/com/ibm/icu/util/Currency.java
icu4j/main/classes/translit/src/com/ibm/icu/text/Transliterator.java

index c1eaa2ec266292520363e2b6da72d3e2c7fa357b..0dc10edb7cea5f34d38cca59ea285d02e0f73ff7 100644 (file)
@@ -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.
      *
index 0cad42e6bc5d9951fd97f2dab7aa22cf36fb75a0..9b7ca0f5c7113222d156ff3d614e8de7dc96b4b5 100644 (file)
@@ -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.
      * 
index ac040f57a095f559f569576c5e4e7a1f82124e7b..088d07f308d056a69d3ff23e0a270508e5a4126d 100644 (file)
@@ -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.
      * 
index e62c9b735427c017b520f4a01113857015f86abd..2e405120bb600b792cff69c2c248407418861729 100644 (file)
@@ -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.
      * 
index 0dc321ee62e37f709d8c848d95ce85fd2dc82f97..e76f30f997b4856e4af0c3e07a21588741dda5eb 100644 (file)
@@ -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.
      *