* {@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.
*
/**
* {@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.
*
* 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.
*
* 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.
*
* 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.
*
* 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.
*
* 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.
*
/**
* 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.
*
/**
* 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.
*
* 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.
*