Polish "Order modifiers to align with JLS"
See gh-31368
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
<property name="processJavadoc" value="true"/>
|
||||
</module>
|
||||
|
||||
<!-- Modifiers -->
|
||||
<module name="com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck"/>
|
||||
|
||||
</module>
|
||||
|
||||
</module>
|
||||
@@ -204,7 +204,7 @@ public class OrderedMessageChannelDecorator implements MessageChannel {
|
||||
}
|
||||
|
||||
|
||||
private final static class CallbackTaskInterceptor implements ExecutorChannelInterceptor {
|
||||
private static final class CallbackTaskInterceptor implements ExecutorChannelInterceptor {
|
||||
|
||||
@Override
|
||||
public void afterMessageHandled(
|
||||
|
||||
@@ -47,7 +47,7 @@ public class ReactorNettyClientRequestFactory implements ClientHttpRequestFactor
|
||||
|
||||
private static final Log logger = LogFactory.getLog(ReactorNettyClientRequestFactory.class);
|
||||
|
||||
private final static Function<HttpClient, HttpClient> defaultInitializer = client -> client.compress(true);
|
||||
private static final Function<HttpClient, HttpClient> defaultInitializer = client -> client.compress(true);
|
||||
|
||||
|
||||
private HttpClient httpClient;
|
||||
|
||||
@@ -188,7 +188,7 @@
|
||||
</module>
|
||||
|
||||
<!-- Modifiers -->
|
||||
<module name="ModifierOrder" />
|
||||
<module name="com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck"/>
|
||||
|
||||
<!-- Miscellaneous -->
|
||||
<module name="com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck">
|
||||
|
||||
Reference in New Issue
Block a user