8263892: More modifier order fixes in java.base

Reviewed-by: naoto, iris, redestad
This commit is contained in:
Alex Blewitt 2021-03-19 21:06:24 +00:00 committed by Claes Redestad
parent 80d3ea0261
commit 77ebc11038
5 changed files with 19 additions and 19 deletions

View file

@ -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>
*
*