mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8325109: Sort method modifiers in canonical order
Reviewed-by: aivanov, rriggs, darcy, prappo
This commit is contained in:
parent
a3a2b1fbbf
commit
18e24d0619
39 changed files with 61 additions and 61 deletions
|
@ -7424,7 +7424,7 @@ public final class AccessBridge {
|
|||
* A helper class to handle coordinate conversion between screen and user spaces.
|
||||
* See {@link sun.java2d.SunGraphicsEnvironment}
|
||||
*/
|
||||
private static abstract class AccessibilityGraphicsEnvironment extends GraphicsEnvironment {
|
||||
private abstract static class AccessibilityGraphicsEnvironment extends GraphicsEnvironment {
|
||||
/**
|
||||
* Returns the graphics configuration which bounds contain the given point in the user's space.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue