summaryrefslogtreecommitdiffstats
path: root/android_icu4j
diff options
context:
space:
mode:
authorVictor Chang <vichang@google.com>2018-10-19 10:57:04 +0100
committerVictor Chang <vichang@google.com>2018-10-19 11:07:31 +0100
commit102e814b94c08bcbabaad39fad6b9738bd4b8b87 (patch)
tree3df3107e2b225c3431552db11132526f35b7d1d2 /android_icu4j
parentad9bc27d0450e255322e2b3057cf5d2b471853ee (diff)
downloadandroid_external_icu-102e814b94c08bcbabaad39fad6b9738bd4b8b87.tar.gz
android_external_icu-102e814b94c08bcbabaad39fad6b9738bd4b8b87.tar.bz2
android_external_icu-102e814b94c08bcbabaad39fad6b9738bd4b8b87.zip
Revert "Fix docs build after switch to CorePlatformApi"
This reverts commit e2b89e4b641c7fe51d54f1616c4feb902733232e. Bug: 117831958 Test: m docs succeeded with the next CL Change-Id: Ib5178c30cb54b4648235efe778d66b1bf865f114
Diffstat (limited to 'android_icu4j')
-rw-r--r--android_icu4j/src/main/java/android/icu/text/NumberFormat.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android_icu4j/src/main/java/android/icu/text/NumberFormat.java b/android_icu4j/src/main/java/android/icu/text/NumberFormat.java
index f0e13bbd6..8ea86f44b 100644
--- a/android_icu4j/src/main/java/android/icu/text/NumberFormat.java
+++ b/android_icu4j/src/main/java/android/icu/text/NumberFormat.java
@@ -39,7 +39,7 @@ import android.icu.util.UResourceBundle;
*
* <p>
* <strong>IMPORTANT:</strong> New users are strongly encouraged to see if
- * {@code NumberFormatter} fits their use case. Although not deprecated, this
+ * {@link NumberFormatter} fits their use case. Although not deprecated, this
* class, NumberFormat, is only provided for java.text.NumberFormat compatibility.
* <hr>
*