Fix checkstyle violations
This commit is contained in:
parent
0a293fad29
commit
5c7ca5cc0c
|
@ -181,7 +181,8 @@ public abstract class AbstractIndicesClusterStateServiceTestCase extends ESTestC
|
|||
}
|
||||
|
||||
@Override
|
||||
public @Nullable MockIndexService indexService(Index index) {
|
||||
@Nullable
|
||||
public MockIndexService indexService(Index index) {
|
||||
return indices.get(index.getUUID());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue