From ea9ce7e34f85d1db5e484641f6fe653c6a61d795 Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Mon, 30 Mar 2020 11:29:19 -0400 Subject: [PATCH] ICU-20979 BRS67RC Fixed a java doc issue --- icu4j/main/classes/core/src/com/ibm/icu/util/LocaleMatcher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4j/main/classes/core/src/com/ibm/icu/util/LocaleMatcher.java b/icu4j/main/classes/core/src/com/ibm/icu/util/LocaleMatcher.java index df029d23029..73a9f4dd02d 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/util/LocaleMatcher.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/util/LocaleMatcher.java @@ -169,7 +169,7 @@ public final class LocaleMatcher { * if there is a decent match for the original UI language, we want to use it, * but not if it is merely a fallback. * - * @see LocaleMatcher.Builder#setDirection(Direction) + * @see LocaleMatcher.Builder#setDirection(LocaleMatcher.Direction) * @draft ICU 67 * @provisional This API might change or be removed in a future release. */ -- 2.40.0