From 059c0d04e1db402084d4781d374ff7abd02c06bd Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Mon, 27 Mar 2017 19:26:57 +0000 Subject: [PATCH] ICU-12812 Fixed a Javadoc syntax issue in the API comment for method distance(ULocale,ULocale). X-SVN-Rev: 39945 --- 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 0b39b16083f..eb19f9a2b07 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 @@ -864,7 +864,7 @@ public class LocaleMatcher { transient ULocale xDefaultLanguage = null; transient boolean xFavorScript = false; - /* + /** * Returns the distance between the two languages, using the new CLDR syntax (see getBestMatch). * The values are not necessarily symmetric. * @param desired A locale desired by the user