summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliot Waite <elliotwaite@google.com>2017-01-13 01:03:12 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-01-13 01:03:12 +0000
commit18c86be3562ecbfaffd4a42b4fcc702874acf605 (patch)
tree97ab3db4e2b60e20beec10d64886edffb11b2391
parent76715e072fff963468109d2873ed27b53b78f83b (diff)
parent0bdbeae11a1963ff7fd1469625edad94013d4e1a (diff)
downloadicu-nougat-mr2.1-release.tar.gz
am: 0bdbeae11a Change-Id: I0451a84eb07428f9857b9fa5712373c8af248e1f
-rw-r--r--android_icu4j/src/main/java/android/icu/util/ChineseCalendar.java4
-rw-r--r--icu4j/main/classes/core/src/com/ibm/icu/util/ChineseCalendar.java4
2 files changed, 4 insertions, 4 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
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 a8dff5529..e349ade87 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
@@ -167,7 +167,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
@@ -225,7 +225,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