From: Fredrik Roubert Date: Mon, 10 Apr 2017 10:13:42 +0000 (+0000) Subject: ICU-13107 Javadoc: @link must use curly brackets X-Git-Tag: milestone-60-0-1~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20ff8935521c800da858a961eb5e3f6053f0734a;p=icu ICU-13107 Javadoc: @link must use curly brackets X-SVN-Rev: 40016 --- diff --git a/icu4j/main/classes/core/src/com/ibm/icu/util/ChineseCalendar.java b/icu4j/main/classes/core/src/com/ibm/icu/util/ChineseCalendar.java index 13140f3fa22..605479c575e 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/util/ChineseCalendar.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/util/ChineseCalendar.java @@ -169,7 +169,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 @@ -227,7 +227,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