mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-12186 Fixed a couple of API status problems and regenerated API change report. Updated/corrected version and year strings in some files.
X-SVN-Rev: 38501
This commit is contained in:
parent
7db1c41417
commit
111a79ab31
7 changed files with 14 additions and 14 deletions
|
@ -111,10 +111,6 @@ RelativeDateTimeFormatter.RelativeDateTimeUnit
|
|||
<li><span style='color:orange'>(draft)</span> public static final RelativeDateTimeFormatter.RelativeDateTimeUnit WEEK</li>
|
||||
<li><span style='color:orange'>(draft)</span> public static final RelativeDateTimeFormatter.RelativeDateTimeUnit YEAR</li>
|
||||
</ul>
|
||||
SimpleDateFormat
|
||||
<ul>
|
||||
<li><span style='color:orange'>(draft)</span> protected int <i>matchDayPeriodString</i>(java.lang.String, int, java.lang.String[], int, Output<DayPeriodRules.DayPeriod>)</li>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
<h3>Package com.ibm.icu.util</h3>
|
||||
|
@ -130,6 +126,6 @@ MeasureUnit
|
|||
</ul>
|
||||
|
||||
<hr/>
|
||||
<p><i><font size="-1">Contents generated by ReportAPI tool on Wed Mar 02 22:57:30 EST 2016<br/>Copyright (C) 2016, International Business Machines Corporation, All Rights Reserved.</font></i></p>
|
||||
<p><i><font size="-1">Contents generated by ReportAPI tool on Mon Mar 07 18:43:09 EST 2016<br/>Copyright (C) 2016, International Business Machines Corporation, All Rights Reserved.</font></i></p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#*******************************************************************************
|
||||
#* Copyright (C) 2010-2015, International Business Machines Corporation and *
|
||||
#* Copyright (C) 2010-2016, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
icu4j.plugin.impl.version.string=56.1.0
|
||||
copyright.eclipse=Licensed Materials - Property of IBM \n (C) Copyright IBM Corp. 2000, 2015. All Rights Reserved. \n IBM is a registered trademark of IBM Corp.
|
||||
icu4j.data.version.number=56
|
||||
icu4j.plugin.impl.version.string=57.1.0
|
||||
copyright.eclipse=Licensed Materials - Property of IBM \n (C) Copyright IBM Corp. 2000, 2016. All Rights Reserved. \n IBM is a registered trademark of IBM Corp.
|
||||
icu4j.data.version.number=57
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<body lang="EN-US">
|
||||
<h2>About This Content</h2>
|
||||
|
||||
<p>XXXX XX, 2015</p>
|
||||
<p>XXXX XX, 2016</p>
|
||||
<h3>License</h3>
|
||||
|
||||
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
|
||||
|
@ -31,7 +31,7 @@ and such source code may be obtained at <a href="http://www.eclipse.org/">http:/
|
|||
for informational purposes only, and you should look to the Redistributor's license for
|
||||
terms and conditions of use.</p>
|
||||
|
||||
<p><strong>ICU4J 55.X.X.v2015XXXX plug-in</strong> <br/><br/>
|
||||
<p><strong>ICU4J 57.X.X.v2016XXXX plug-in</strong> <br/><br/>
|
||||
The plug-in includes software ("ICU4J") developed by International Business Machines
|
||||
Corporation and others.
|
||||
<br/><br/>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<body lang="EN-US">
|
||||
<h2>About This Content</h2>
|
||||
|
||||
<p>XXXX XX, 2015</p>
|
||||
<p>XXXX XX, 2016</p>
|
||||
<h3>License</h3>
|
||||
|
||||
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
|
||||
|
@ -31,7 +31,7 @@ and such source code may be obtained at <a href="http://www.eclipse.org/">http:/
|
|||
for informational purposes only, and you should look to the Redistributor's license for
|
||||
terms and conditions of use.</p>
|
||||
|
||||
<p><strong>ICU4J 55.X.X.v2015XXXX base plug-in</strong> <br/><br/>
|
||||
<p><strong>ICU4J 57.X.X.v2016XXXX base plug-in</strong> <br/><br/>
|
||||
The plug-in includes software ("ICU4J") developed by International Business Machines
|
||||
Corporation and others.
|
||||
<br/><br/>
|
||||
|
|
|
@ -306,6 +306,7 @@ public class CompactDecimalFormat extends DecimalFormat {
|
|||
* @deprecated This API might change or be removed in a future release.
|
||||
*/
|
||||
@Override
|
||||
@Deprecated
|
||||
public StringBuffer format(CurrencyAmount currAmt, StringBuffer toAppendTo, FieldPosition pos) {
|
||||
return format(currAmt.getNumber().doubleValue(), currAmt.getCurrency(), toAppendTo, pos);
|
||||
}
|
||||
|
|
|
@ -2983,7 +2983,10 @@ public class SimpleDateFormat extends DateFormat {
|
|||
|
||||
/**
|
||||
* Similar to matchQuarterString but customized for day periods.
|
||||
* @internal
|
||||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
@Deprecated
|
||||
protected int matchDayPeriodString(String text, int start, String[] data, int dataLength,
|
||||
Output<DayPeriodRules.DayPeriod> dayPeriod)
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
# Version numbers, etc.
|
||||
icu4j.spec.version = 57
|
||||
icu4j.impl.version = 57.1.0
|
||||
icu4j.impl.version = 57.1
|
||||
icu4j.data.version = 57
|
||||
current.year = 2016
|
||||
default.exec.env = JavaSE-1.6
|
||||
|
|
Loading…
Add table
Reference in a new issue