summaryrefslogtreecommitdiff
path: root/android_icu4j/src/main/java/android/icu/text/PluralRules.java
diff options
context:
space:
mode:
Diffstat (limited to 'android_icu4j/src/main/java/android/icu/text/PluralRules.java')
-rw-r--r--android_icu4j/src/main/java/android/icu/text/PluralRules.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/android_icu4j/src/main/java/android/icu/text/PluralRules.java b/android_icu4j/src/main/java/android/icu/text/PluralRules.java
index fbee49243..6cf97a46d 100644
--- a/android_icu4j/src/main/java/android/icu/text/PluralRules.java
+++ b/android_icu4j/src/main/java/android/icu/text/PluralRules.java
@@ -254,7 +254,7 @@ public class PluralRules implements Serializable {
/**
* Returns the 'functionally equivalent' locale with respect to plural rules. Calling PluralRules.forLocale with
- * the functionally equivalent locale, and with the provided locale, returns rules that behave the same. <br/>
+ * the functionally equivalent locale, and with the provided locale, returns rules that behave the same. <br>
* All locales with the same functionally equivalent locale have plural rules that behave the same. This is not
* exaustive; there may be other locales whose plural rules behave the same that do not have the same equivalent
* locale.
@@ -262,7 +262,7 @@ public class PluralRules implements Serializable {
* @param locale
* the locale to check
* @param isAvailable
- * if not null and of length > 0, this will hold 'true' at index 0 if locale is directly defined
+ * if not null and of length &gt; 0, this will hold 'true' at index 0 if locale is directly defined
* (without fallback) as having plural rules
* @return the functionally-equivalent locale
* @deprecated This API is ICU internal only.
@@ -2185,14 +2185,14 @@ public class PluralRules implements Serializable {
* Returns the 'functionally equivalent' locale with respect to
* plural rules. Calling PluralRules.forLocale with the functionally equivalent
* locale, and with the provided locale, returns rules that behave the same.
- * <br/>
+ * <br>
* All locales with the same functionally equivalent locale have
* plural rules that behave the same. This is not exaustive;
* there may be other locales whose plural rules behave the same
* that do not have the same equivalent locale.
*
* @param locale the locale to check
- * @param isAvailable if not null and of length > 0, this will hold 'true' at
+ * @param isAvailable if not null and of length &gt; 0, this will hold 'true' at
* index 0 if locale is directly defined (without fallback) as having plural rules
* @return the functionally-equivalent locale
* @hide draft / provisional / internal are hidden on Android