Order modifiers to align with JLS
This commit also applies Checkstyle ModifierOrder to enforce it. See gh-31368
This commit is contained in:
committed by
Stéphane Nicoll
parent
f60791a8e2
commit
919faa2ce2
@@ -388,7 +388,7 @@ public class MessageReaderArgumentResolverTests {
|
||||
}
|
||||
|
||||
|
||||
private static abstract class AbstractParameterizedController<DTO extends Identifiable> {
|
||||
private abstract static class AbstractParameterizedController<DTO extends Identifiable> {
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public void handleDto(DTO dto) {}
|
||||
|
||||
@@ -179,7 +179,7 @@ abstract class AbstractReactiveWebSocketIntegrationTests {
|
||||
}
|
||||
|
||||
|
||||
static abstract class AbstractHandlerAdapterConfig {
|
||||
abstract static class AbstractHandlerAdapterConfig {
|
||||
|
||||
@Bean
|
||||
public WebSocketHandlerAdapter handlerAdapter() {
|
||||
|
||||
Reference in New Issue
Block a user