mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8136583: Core libraries should use blessed modifier order
Run blessed-modifier-order script (see bug) Reviewed-by: psandoz, chegar, alanb, plevart
This commit is contained in:
parent
b09c2b1601
commit
a2f0fe3c94
453 changed files with 1775 additions and 1775 deletions
|
@ -61,7 +61,7 @@ class Comparators {
|
|||
/**
|
||||
* Null-friendly comparators
|
||||
*/
|
||||
final static class NullComparator<T> implements Comparator<T>, Serializable {
|
||||
static final class NullComparator<T> implements Comparator<T>, Serializable {
|
||||
private static final long serialVersionUID = -7569533591570686392L;
|
||||
private final boolean nullFirst;
|
||||
// if null, non-null Ts are considered equal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue