Fix checkstyle violations

This commit is contained in:
Tanguy Leroux 2016-07-01 17:24:43 +02:00
parent 0a293fad29
commit 5c7ca5cc0c
1 changed files with 2 additions and 1 deletions

View File

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