]> granicus.if.org Git - icu/commitdiff
ICU-21580 fix RuleBasedCollator doc typo, extra open brace
authorMarkus Scherer <markus.icu@gmail.com>
Thu, 24 Jun 2021 23:41:59 +0000 (23:41 +0000)
committerMarkus Scherer <markus.icu@gmail.com>
Fri, 25 Jun 2021 02:15:47 +0000 (02:15 +0000)
icu4j/main/classes/collate/src/com/ibm/icu/text/RuleBasedCollator.java

index e07255fda392ff2d72748dd2387b6e000f4247a3..3be2dced2ab03c2be0b907587baf2d3ba926deed 100644 (file)
@@ -47,7 +47,7 @@ import com.ibm.icu.util.VersionInfo;
  * sets. RuleBasedCollator is designed to be fully compliant to the <a
  * href="https://www.unicode.org/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