Skip to content

Commit 8bdb306

Browse files
committed
ICU-22723 BRS76 Add ICU4J API signature file
1 parent dbb71b7 commit 8bdb306

File tree

5 files changed

+9
-2
lines changed

5 files changed

+9
-2
lines changed

icu4j/APIChangeReport.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ <h3>Package com.ibm.icu.util</h3>
232232
<ul>
233233
<li><span style='color:orange'>(draft)</span> public static final MeasureUnit LIGHT_SPEED</li>
234234
<li><span style='color:orange'>(draft)</span> public static final MeasureUnit NIGHT</li>
235-
<li><span style='color:orange'>(draft)</span> public static final MeasureUnit PORTION_PER_1E9</li>
236235
</ul>
237236
VersionInfo
238237
<ul>
@@ -241,6 +240,6 @@ <h3>Package com.ibm.icu.util</h3>
241240
</ul>
242241

243242
<hr/>
244-
<p><i><font size="-1">Contents generated by ReportAPI tool on Tue Sep 24 13:15:44 PDT 2024<br/>© 2024 and later: Unicode, Inc. and others. License & terms of use: <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a></font></i></p>
243+
<p><i><font size="-1">Contents generated by ReportAPI tool on Sat Sep 28 02:38:46 EDT 2024<br/>© 2024 and later: Unicode, Inc. and others. License & terms of use: <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a></font></i></p>
245244
</body>
246245
</html>

icu4j/main/core/src/main/java/com/ibm/icu/message2/MessageFormatter.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,13 +308,15 @@ public static enum ErrorHandlingBehavior {
308308
* @internal ICU 76 technology preview
309309
* @deprecated This API is for technology preview only.
310310
*/
311+
@Deprecated
311312
BEST_EFFORT,
312313
/**
313314
* Signal all {@code MessageFormat} errors by throwing a {@link RuntimeException}.
314315
*
315316
* @internal ICU 76 technology preview
316317
* @deprecated This API is for technology preview only.
317318
*/
319+
@Deprecated
318320
STRICT
319321
}
320322

icu4j/main/core/src/main/java/com/ibm/icu/util/ULocale.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4270,13 +4270,15 @@ public static class RegionValidateMap {
42704270
* @internal Visible For Testing
42714271
* @deprecated This API is ICU internal only.
42724272
*/
4273+
@Deprecated
42734274
public RegionValidateMap() {
42744275
this.map = Arrays.copyOf(gValidRegionMap, gValidRegionMap.length);
42754276
}
42764277
/**
42774278
* @internal Visible For Testing
42784279
* @deprecated This API is ICU internal only.
42794280
*/
4281+
@Deprecated
42804282
public boolean isSet(String region) {
42814283
int index = value(region);
42824284
if (index < 0) {
@@ -4288,13 +4290,15 @@ public boolean isSet(String region) {
42884290
* @internal Visible For Testing
42894291
* @deprecated This API is ICU internal only.
42904292
*/
4293+
@Deprecated
42914294
public boolean equals(RegionValidateMap that) {
42924295
return Arrays.equals(map, that.map);
42934296
}
42944297
/**
42954298
* @internal Visible For Testing
42964299
* @deprecated This API is ICU internal only.
42974300
*/
4301+
@Deprecated
42984302
protected int value(String region) {
42994303
if (region.matches("[a-zA-Z][a-zA-Z]")) {
43004304
region = region.toLowerCase();
@@ -4307,6 +4311,7 @@ protected int value(String region) {
43074311
* @internal Visible For Testing
43084312
* @deprecated This API is ICU internal only.
43094313
*/
4314+
@Deprecated
43104315
protected int[] map;
43114316
static private int[] gValidRegionMap = {
43124317
0xeedf597c, 0xdeddbdef, 0x15943f3f, 0x0e00d580,
@@ -4321,6 +4326,7 @@ protected int value(String region) {
43214326
* @internal Visible For Testing
43224327
* @deprecated This API is ICU internal only.
43234328
*/
4329+
@Deprecated
43244330
public static RegionValidateMap BUILTIN = new RegionValidateMap();
43254331
}
43264332
}

icu4j/tools/build/icu4j66.api3.gz

-61.2 KB
Binary file not shown.

icu4j/tools/build/icu4j76.api3.gz

67.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)