Polish modifier order

See gh-12019
This commit is contained in:
Johnny Lim
2018-02-13 15:21:44 +09:00
committed by Stephane Nicoll
parent 114ece56b8
commit 87bf0b26df
8 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -319,7 +319,7 @@ public class ArtemisAutoConfigurationTests {
return transportConfigurations[0];
}
private final static class DestinationChecker {
private static final class DestinationChecker {
private final JmsTemplate jmsTemplate;

View File

@@ -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<>();