diff options
author | Elliott Hughes <enh@google.com> | 2014-04-22 00:24:55 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-04-22 00:24:55 +0000 |
commit | 570512fb007d91863f00f5c820472da6c9b5d7dc (patch) | |
tree | 560571bb99b42401bced1918392db8ae77b44ce1 | |
parent | 2704e87d8c586bf41dd601f38e77cfe5acdf4737 (diff) | |
parent | b9c3557fb8d2d9a1f9fe9f8c7ec0b058758b6db6 (diff) | |
download | libcore-570512fb007d91863f00f5c820472da6c9b5d7dc.zip libcore-570512fb007d91863f00f5c820472da6c9b5d7dc.tar.gz libcore-570512fb007d91863f00f5c820472da6c9b5d7dc.tar.bz2 |
Merge "Fix build (javadoc @link tags)."
-rw-r--r-- | luni/src/main/java/java/text/RuleBasedCollator.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/luni/src/main/java/java/text/RuleBasedCollator.java b/luni/src/main/java/java/text/RuleBasedCollator.java index 90dbd86..4e84ef7 100644 --- a/luni/src/main/java/java/text/RuleBasedCollator.java +++ b/luni/src/main/java/java/text/RuleBasedCollator.java @@ -24,8 +24,8 @@ import libcore.icu.RuleBasedCollatorICU; * It is based on the ICU RuleBasedCollator which implements the * CLDR and Unicode collation algorithms. * - * <p>Most of the time, you create a {@link Collator} instance for a {@link Locale} - * by calling the {@link Collator.getInstance} factory method. + * <p>Most of the time, you create a {@link Collator} instance for a {@link java.util.Locale} + * by calling the {@link Collator#getInstance} factory method. * You can construct a {@code RuleBasedCollator} if you need a custom sort order. * * <p>The root collator's sort order is the CLDR root collation order |