From: Yoshito Umaoka Date: Sat, 30 Jan 2016 06:42:15 +0000 (+0000) Subject: ICU-12084 Fixed javadoc warnings and updated API change report for 57m1. X-Git-Tag: milestone-59-0-1~704 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7bd3bee5d6e44d3f2cd614ffa56b266bbd827de4;p=icu ICU-12084 Fixed javadoc warnings and updated API change report for 57m1. X-SVN-Rev: 38238 --- diff --git a/icu4j/APIChangeReport.html b/icu4j/APIChangeReport.html index fa19ece53f9..96cca83ce2a 100644 --- a/icu4j/APIChangeReport.html +++ b/icu4j/APIChangeReport.html @@ -2,448 +2,48 @@ -ICU4J API Comparison: ICU4J 55.1 with ICU4J 56.1 - +ICU4J API Comparison: ICU4J 56.1 with ICU4J 57.0.1 + -

ICU4J API Comparison: ICU4J 55.1 with ICU4J 56.1

+

ICU4J API Comparison: ICU4J 56.1 with ICU4J 57.0.1


-

Removed from ICU4J 55.1

- -

Package com.ibm.icu.text

- - +

Removed from ICU4J 56.1

+

(no API removed)


-

Deprecated or Obsoleted in ICU4J 56.1

- -

Package com.ibm.icu.text

- - +

Deprecated or Obsoleted in ICU4J 57.0.1

+

(no API obsoleted)


-

Changed in ICU4J 56.1 (old, new)

+

Changed in ICU4J 57.0.1 (old, new)

(no API changed)


-

Promoted to stable in ICU4J 56.1

- -

Package com.ibm.icu.lang

- - -

Package com.ibm.icu.text

- - -

Package com.ibm.icu.util

- - +

Promoted to stable in ICU4J 57.0.1

+

(no API promoted to stable)


-

Added in ICU4J 56.1

+

Added in ICU4J 57.0.1

Package com.ibm.icu.lang

Package com.ibm.icu.text

- -

Package com.ibm.icu.util

-
-

Contents generated by ReportAPI tool on Wed Sep 23 17:51:23 EDT 2015
Copyright (C) 2015, International Business Machines Corporation, All Rights Reserved.

+

Contents generated by ReportAPI tool on Sat Jan 30 01:35:42 EST 2016
Copyright (C) 2016, International Business Machines Corporation, All Rights Reserved.

diff --git a/icu4j/build.xml b/icu4j/build.xml index 0b5e58b26c2..eb2685f3cae 100644 --- a/icu4j/build.xml +++ b/icu4j/build.xml @@ -1,6 +1,6 @@ @@ -811,7 +811,8 @@ bottom="<font size=-1>Copyright (c) ${current.year} IBM Corporation and others.</font>" additionalparam="${lintParam} -breakiterator -use -tagletpath ${icu4j.build-tools.jar}${path.separator}${jcite.libs} -taglet com.ibm.icu.dev.tool.docs.ICUTaglet -taglet ch.arrenbrecht.jcite.JCiteTaglet -J-Djcitesourcepath=${jcite.addl.src} -J-Dfile.encoding=UTF-8" link="${icu4j.api.doc.jdk.link}" - source="1.5" + source="1.6" + bootclasspath="${java6.bootclasspath}" stylesheetfile="${docs.style.sheet}"> @@ -844,7 +845,8 @@ bottom="<font size=-1>Copyright (c) ${current.year} IBM Corporation and others.</font>" additionalparam="-breakiterator -use -tagletpath ${icu4j.build-tools.jar} -taglet com.ibm.icu.dev.tool.docs.ICUTaglet" link="${icu4j.api.doc.jdk.link}" - source="1.5"> + source="1.6" + bootclasspath="${java6.bootclasspath}"> @@ -1011,7 +1013,8 @@ - @@ -1031,7 +1034,8 @@ - @@ -1075,7 +1079,8 @@ - diff --git a/icu4j/main/classes/core/src/com/ibm/icu/text/RelativeDateTimeFormatter.java b/icu4j/main/classes/core/src/com/ibm/icu/text/RelativeDateTimeFormatter.java index 4d2b1d8a807..ba267c6920d 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/text/RelativeDateTimeFormatter.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/text/RelativeDateTimeFormatter.java @@ -454,10 +454,6 @@ public final class RelativeDateTimeFormatter { /** * Gets the string value from qualitativeUnitMap with fallback based on style. - * @param style - * @param unit - * @param direction - * @return */ private String getAbsoluteUnitString(Style style, AbsoluteUnit unit, Direction direction) { EnumMap> unitMap; @@ -512,7 +508,7 @@ public final class RelativeDateTimeFormatter { /** * Return capitalization context. - * + * @return The capitalization context. * @stable ICU 54 */ public DisplayContext getCapitalizationContext() { @@ -521,7 +517,7 @@ public final class RelativeDateTimeFormatter { /** * Return style - * + * @return The formatting style. * @stable ICU 54 */ public Style getFormatStyle() {