mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8263979: Cleanup duplicate check in Unicode.contains
Reviewed-by: prappo, alanb
This commit is contained in:
parent
289d48ae32
commit
4ef7c67bc6
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue