mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-13099 Merging the fixes for ICU4J API doc issues r40016(#13107), r40017(#13108), r40018 & r40021(#13109) to maint-59.
X-SVN-Rev: 40022
This commit is contained in:
parent
6e34ef1a8c
commit
f10ebca999
5 changed files with 8 additions and 8 deletions
|
@ -69,6 +69,7 @@ UniversalTimeScale
|
|||
<h3>Package com.ibm.icu.text</h3>
|
||||
<ul>
|
||||
<li><span style='color:green'>(stable)</span> public final class <i>SimpleFormatter</i></li>
|
||||
<li><span style='color:green'>(stable)</span> public static enum <i>RelativeDateTimeFormatter.RelativeDateTimeUnit</i></li>
|
||||
DateFormat.Field
|
||||
<ul>
|
||||
<li><span style='color:green'>(stable)</span> public static final DateFormat.Field AM_PM_MIDNIGHT_NOON</li>
|
||||
|
@ -158,6 +159,6 @@ MeasureUnit
|
|||
</ul>
|
||||
|
||||
<hr/>
|
||||
<p><i><font size="-1">Contents generated by ReportAPI tool on Fri Apr 07 04:10:26 EDT 2017<br/>© 2017 and later: Unicode, Inc. and others. License & terms of use: <a href="http://www.unicode.org/copyright.html#License">http://www.unicode.org/copyright.html#License</a></font></i></p>
|
||||
<p><i><font size="-1">Contents generated by ReportAPI tool on Mon Apr 10 10:43:02 EDT 2017<br/>© 2017 and later: Unicode, Inc. and others. License & terms of use: <a href="http://www.unicode.org/copyright.html#License">http://www.unicode.org/copyright.html#License</a></font></i></p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -2154,7 +2154,7 @@ public class DecimalFormat extends NumberFormat {
|
|||
}
|
||||
|
||||
/**
|
||||
* <strong>Parsing:</strong> {@inheritDocs}
|
||||
* <strong>Parsing:</strong> {@inheritDoc}
|
||||
*
|
||||
* <p>This is functionally equivalent to calling {@link #setDecimalPatternMatchRequired} and a
|
||||
* pattern without a decimal point.
|
||||
|
|
|
@ -292,8 +292,7 @@ public final class RelativeDateTimeFormatter {
|
|||
/**
|
||||
* Represents the unit for formatting a relative date. e.g "in 5 days"
|
||||
* or "next year"
|
||||
* @draft ICU 57
|
||||
* @provisional This API might change or be removed in a future release.
|
||||
* @stable ICU 57
|
||||
*/
|
||||
public static enum RelativeDateTimeUnit {
|
||||
/**
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c04894b8a51a6d0d7ee3b21e8390234023a31b4da9acb843cf8eaf81b3fb68b
|
||||
size 56283
|
||||
oid sha256:42c423dd5ba53a819bd6a9b123d0171027072eaa5c3bc96256742fe27e21a2b4
|
||||
size 56279
|
||||
|
|
Loading…
Add table
Reference in a new issue