diff options
author | Elliott Hughes <enh@google.com> | 2014-04-21 17:24:14 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-04-21 17:24:14 -0700 |
commit | b9c3557fb8d2d9a1f9fe9f8c7ec0b058758b6db6 (patch) | |
tree | 560571bb99b42401bced1918392db8ae77b44ce1 | |
parent | 2704e87d8c586bf41dd601f38e77cfe5acdf4737 (diff) | |
download | libcore-b9c3557fb8d2d9a1f9fe9f8c7ec0b058758b6db6.zip libcore-b9c3557fb8d2d9a1f9fe9f8c7ec0b058758b6db6.tar.gz libcore-b9c3557fb8d2d9a1f9fe9f8c7ec0b058758b6db6.tar.bz2 |
Fix build (javadoc @link tags).
Change-Id: If0cb922427a826cad16c8be8a78cdfbccc218c32
-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 |