Skip to content

Commit

Permalink
Fix spotless.
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Handalian <handalm@amazon.com>
  • Loading branch information
mch2 committed Aug 16, 2022
1 parent 5b937a5 commit 505765a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ protected ReplicationGroup createGroup(int replicas, Settings settings, EngineFa
return createGroup(replicas, settings, indexMapping, engineFactory);
}

protected ReplicationGroup createGroup(int replicas, Settings settings, String mappings, EngineFactory engineFactory) throws IOException {
protected ReplicationGroup createGroup(int replicas, Settings settings, String mappings, EngineFactory engineFactory)
throws IOException {
IndexMetadata metadata = buildIndexMetadata(replicas, settings, mappings);
return new ReplicationGroup(metadata) {
@Override
Expand Down

0 comments on commit 505765a

Please sign in to comment.