mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8263892: More modifier order fixes in java.base
Reviewed-by: naoto, iris, redestad
This commit is contained in:
parent
80d3ea0261
commit
77ebc11038
5 changed files with 19 additions and 19 deletions
|
@ -46,7 +46,7 @@ import java.util.function.Consumer;
|
|||
* blocking mode of this channel as well as its current set of selection keys.
|
||||
* It performs all of the synchronization required to implement the {@link
|
||||
* java.nio.channels.SelectableChannel} specification. Implementations of the
|
||||
* abstract protected methods defined in this class need not synchronize
|
||||
* protected abstract methods defined in this class need not synchronize
|
||||
* against other threads that might be engaged in the same operations. </p>
|
||||
*
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue