mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8251203: Fix "no comment" warnings in java.base/java.lang and java/io
Reviewed-by: dfuchs, lancea, mchung, naoto
This commit is contained in:
parent
5585e6f63a
commit
afce1f4ebd
19 changed files with 177 additions and 28 deletions
|
@ -1236,6 +1236,10 @@ public final class String
|
|||
*/
|
||||
public static final Comparator<String> CASE_INSENSITIVE_ORDER
|
||||
= new CaseInsensitiveComparator();
|
||||
|
||||
/**
|
||||
* CaseInsensitiveComparator for Strings.
|
||||
*/
|
||||
private static class CaseInsensitiveComparator
|
||||
implements Comparator<String>, java.io.Serializable {
|
||||
// use serialVersionUID from JDK 1.2.2 for interoperability
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue