summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Chang <vichang@google.com>2021-06-25 16:01:26 +0100
committerVictor Chang <vichang@google.com>2021-06-25 16:44:08 +0100
commit68b31464475f230280ece16326413d3bcbaf2adc (patch)
treecb499b1f9305104f70cdf1075a1723dbafa917c6
parentf062d863f092fd2e81277ffa8cc6ad69619eb9a6 (diff)
downloadicu-68b31464475f230280ece16326413d3bcbaf2adc.tar.gz
Cherry-pick: ICU-21580 fix RuleBasedCollator doc typo, extra open brace
It's a pure documentation fix. Upstream commit: https://github.com/unicode-org/icu/commit/b9bb2a7b57cbfa91427626cefc12485b3f0a4915 Upstream bug: https://unicode-org.atlassian.net/browse/ICU-21580 Bug: 191907312 Test: m droid Merged-In: Id4aa66e02174ffc965fcdcfb87c93e2ada98d398 Change-Id: Id4aa66e02174ffc965fcdcfb87c93e2ada98d398 (cherry picked from commit f7c68b42d3b7b7700d1c103cb9552d3cbcf8ea74)
-rw-r--r--android_icu4j/src/main/java/android/icu/text/RuleBasedCollator.java2
-rw-r--r--icu4j/main/classes/collate/src/com/ibm/icu/text/RuleBasedCollator.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/android_icu4j/src/main/java/android/icu/text/RuleBasedCollator.java b/android_icu4j/src/main/java/android/icu/text/RuleBasedCollator.java
index bd522bc82..11fc181ff 100644
--- a/android_icu4j/src/main/java/android/icu/text/RuleBasedCollator.java
+++ b/android_icu4j/src/main/java/android/icu/text/RuleBasedCollator.java
@@ -48,7 +48,7 @@ import android.icu.util.VersionInfo;
* sets. RuleBasedCollator is designed to be fully compliant to the <a
* href="http://www.unicode.org/unicode/reports/tr10/">Unicode Collation Algorithm (UCA)</a> and conforms to ISO 14651.
*
- * <p>A Collator is thread-safe only when frozen. See {{@link #isFrozen()} and {@link android.icu.util.Freezable}.
+ * <p>A Collator is thread-safe only when frozen. See {@link #isFrozen()} and {@link android.icu.util.Freezable}.
*
* <p>
* Users are strongly encouraged to read the <a href="https://unicode-org.github.io/icu/userguide/collation">User
diff --git a/icu4j/main/classes/collate/src/com/ibm/icu/text/RuleBasedCollator.java b/icu4j/main/classes/collate/src/com/ibm/icu/text/RuleBasedCollator.java
index a8c0033d2..e525b1bf4 100644
--- a/icu4j/main/classes/collate/src/com/ibm/icu/text/RuleBasedCollator.java
+++ b/icu4j/main/classes/collate/src/com/ibm/icu/text/RuleBasedCollator.java
@@ -47,7 +47,7 @@ import com.ibm.icu.util.VersionInfo;
* sets. RuleBasedCollator is designed to be fully compliant to the <a
* href="http://www.unicode.org/unicode/reports/tr10/">Unicode Collation Algorithm (UCA)</a> and conforms to ISO 14651.
*
- * <p>A Collator is thread-safe only when frozen. See {{@link #isFrozen()} and {@link com.ibm.icu.util.Freezable}.
+ * <p>A Collator is thread-safe only when frozen. See {@link #isFrozen()} and {@link com.ibm.icu.util.Freezable}.
*
* <p>
* Users are strongly encouraged to read the <a href="https://unicode-org.github.io/icu/userguide/collation">User