Polish modifier order
See gh-12019
This commit is contained in:
committed by
Stephane Nicoll
parent
114ece56b8
commit
87bf0b26df
@@ -164,7 +164,7 @@ public class ElasticsearchHealthIndicatorTests {
|
||||
assertThat((T) details.get(detail)).isEqualTo(value);
|
||||
}
|
||||
|
||||
private final static class StubClusterHealthResponse extends ClusterHealthResponse {
|
||||
private static final class StubClusterHealthResponse extends ClusterHealthResponse {
|
||||
|
||||
private final ClusterHealthStatus status;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user