From b9c3557fb8d2d9a1f9fe9f8c7ec0b058758b6db6 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 21 Apr 2014 17:24:14 -0700 Subject: Fix build (javadoc @link tags). Change-Id: If0cb922427a826cad16c8be8a78cdfbccc218c32 --- luni/src/main/java/java/text/RuleBasedCollator.java | 4 ++-- 1 file 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. * - *

Most of the time, you create a {@link Collator} instance for a {@link Locale} - * by calling the {@link Collator.getInstance} factory method. + *

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. * *

The root collator's sort order is the CLDR root collation order -- cgit v1.1