mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8263658: Use the blessed modifier order in java.base
Reviewed-by: rriggs, redestad
This commit is contained in:
parent
1572f3ccdd
commit
b49c589340
28 changed files with 139 additions and 139 deletions
|
@ -1065,7 +1065,7 @@ final class StringUTF16 {
|
|||
return (right != length) ? newString(value, 0, right) : null;
|
||||
}
|
||||
|
||||
private final static class LinesSpliterator implements Spliterator<String> {
|
||||
private static final class LinesSpliterator implements Spliterator<String> {
|
||||
private byte[] value;
|
||||
private int index; // current index, modified on advance/split
|
||||
private final int fence; // one past last index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue