Skip to content

Commit

Permalink
ICU-22299 deprecate redundant UnicodeSet.CASE
Browse files Browse the repository at this point in the history
  • Loading branch information
markusicu committed Mar 9, 2023
1 parent e5854c8 commit 57e4b0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion icu4j/main/classes/core/src/com/ibm/icu/text/UnicodeSet.java
Original file line number Diff line number Diff line change
Expand Up @@ -3871,8 +3871,9 @@ private void applyPropertyPattern(RuleCharacterIterator chars,
/**
* Alias for {@link #CASE_INSENSITIVE}.
*
* @stable ICU 3.8
* @deprecated ICU 73 Use {@link #CASE_INSENSITIVE} instead.
*/
@Deprecated
public static final int CASE = 2;

/**
Expand Down

0 comments on commit 57e4b0c

Please sign in to comment.