Polish modifier order
See gh-12019
This commit is contained in:
committed by
Stephane Nicoll
parent
114ece56b8
commit
87bf0b26df
@@ -92,7 +92,7 @@ public final class StaticResourceRequest {
|
||||
* The server web exchange matcher used to match against resource
|
||||
* {@link StaticResourceLocation Locations}.
|
||||
*/
|
||||
public final static class StaticResourceServerWebExchange
|
||||
public static final class StaticResourceServerWebExchange
|
||||
implements ServerWebExchangeMatcher {
|
||||
|
||||
private final Set<StaticResourceLocation> locations;
|
||||
|
||||
@@ -319,7 +319,7 @@ public class ArtemisAutoConfigurationTests {
|
||||
return transportConfigurations[0];
|
||||
}
|
||||
|
||||
private final static class DestinationChecker {
|
||||
private static final class DestinationChecker {
|
||||
|
||||
private final JmsTemplate jmsTemplate;
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ public class TestableInitialContextFactory implements InitialContextFactory {
|
||||
return context;
|
||||
}
|
||||
|
||||
private final static class TestableContext extends InitialContext {
|
||||
private static final class TestableContext extends InitialContext {
|
||||
|
||||
private final Map<String, Object> bindings = new HashMap<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user