mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-22299 deprecate redundant UnicodeSet.CASE
This commit is contained in:
parent
e5854c84a1
commit
57e4b0cd17
1 changed files with 2 additions and 1 deletions
|
@ -3871,8 +3871,9 @@ public class UnicodeSet extends UnicodeFilter implements Iterable<String>, Compa
|
|||
/**
|
||||
* Alias for {@link #CASE_INSENSITIVE}.
|
||||
*
|
||||
* @stable ICU 3.8
|
||||
* @deprecated ICU 73 Use {@link #CASE_INSENSITIVE} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final int CASE = 2;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue