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
|
@ -245,7 +245,7 @@ public final class GraphicsPrimitiveMgr {
|
|||
* A holder for general primitives to avoid circular dependencies
|
||||
* between GraphicsPrimitiveMgr and Blit/etc classes.
|
||||
*/
|
||||
final static class GeneralPrimitives {
|
||||
static final class GeneralPrimitives {
|
||||
|
||||
private static GraphicsPrimitive[] primitives;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue