]> granicus.if.org Git - icu/commitdiff
ICU-13107 Javadoc: @link must use curly brackets
authorFredrik Roubert <roubert@google.com>
Mon, 10 Apr 2017 10:13:42 +0000 (10:13 +0000)
committerFredrik Roubert <roubert@google.com>
Mon, 10 Apr 2017 10:13:42 +0000 (10:13 +0000)
X-SVN-Rev: 40016

icu4j/main/classes/core/src/com/ibm/icu/util/ChineseCalendar.java

index 13140f3fa2293de06e819190676c47b44b4ff094..605479c575ebda03076f6940e1ea9c73eed57c2a 100644 (file)
@@ -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