summaryrefslogtreecommitdiff
path: root/android_icu4j
diff options
context:
space:
mode:
authorElliot Waite <elliotwaite@google.com>2017-01-11 16:12:34 -0800
committerElliot Waite <elliotwaite@google.com>2017-01-11 16:12:34 -0800
commit0f5b8ca7d51650605c3ca1d41bf5094e53c3d844 (patch)
tree315c55ba06026036776da6c521ad18d9cdb29cc0 /android_icu4j
parent06ec6d9c5ca6a2e72ac506c8729e0a31db19e211 (diff)
downloadicu-0f5b8ca7d51650605c3ca1d41bf5094e53c3d844.tar.gz
Fix @links in icu.
Change-Id: I0e7dd95d2c9f9a043f9c3863022bf5e042528b6b
Diffstat (limited to 'android_icu4j')
-rw-r--r--android_icu4j/src/main/java/android/icu/util/ChineseCalendar.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/android_icu4j/src/main/java/android/icu/util/ChineseCalendar.java b/android_icu4j/src/main/java/android/icu/util/ChineseCalendar.java
index cc307d877..3c4910983 100644
--- a/android_icu4j/src/main/java/android/icu/util/ChineseCalendar.java
+++ b/android_icu4j/src/main/java/android/icu/util/ChineseCalendar.java
@@ -165,7 +165,7 @@ public class ChineseCalendar extends Calendar {
* @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
* @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
* The value is 0-based. e.g., 0 for January.
- * @param isLeapMonth The value used to set the Chinese calendar's (@link #IS_LEAP_MONTH)
+ * @param isLeapMonth The value used to set the Chinese calendar's {@link #IS_LEAP_MONTH}
* time field.
* @param date The value used to set the calendar's {@link #DATE DATE} time field.
* @see Category#FORMAT
@@ -221,7 +221,7 @@ public class ChineseCalendar extends Calendar {
* @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
* @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
* The value is 0-based. e.g., 0 for January.
- * @param isLeapMonth The value used to set the Chinese calendar's (@link #IS_LEAP_MONTH)
+ * @param isLeapMonth The value used to set the Chinese calendar's {@link #IS_LEAP_MONTH}
* time field.
* @param date The value used to set the calendar's {@link #DATE DATE} time field.
* @see Category#FORMAT