mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-05 16:09:09 +00:00
8263979: Cleanup duplicate check in Unicode.contains
Reviewed-by: prappo, alanb
This commit is contained in:
parent
289d48ae32
commit
4ef7c67bc6
@ -86,7 +86,6 @@ abstract class Unicode extends Charset
|
||||
|| (cs.name().equals("ISO-2022-KR"))
|
||||
|| (cs.name().equals("x-ISO-2022-CN-CNS"))
|
||||
|| (cs.name().equals("x-ISO-2022-CN-GB"))
|
||||
|| (cs.name().equals("Big5-HKSCS"))
|
||||
|| (cs.name().equals("x-Johab"))
|
||||
|| (cs.name().equals("Shift_JIS")));
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user