mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-12549 Changing deprecated SpoofChecker.getSkeleton API back to String instead of CharSequence
X-SVN-Rev: 39305
This commit is contained in:
parent
2bf1e2f0c1
commit
0004d39c91
1 changed files with 1 additions and 1 deletions
|
@ -1483,7 +1483,7 @@ public class SpoofChecker {
|
|||
* @deprecated ICU 58
|
||||
*/
|
||||
@Deprecated
|
||||
public String getSkeleton(int type, CharSequence id) {
|
||||
public String getSkeleton(int type, String id) {
|
||||
return getSkeleton(id);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue