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

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