ElasticAccountIndex: Fix indentation
Change-Id: I39706ab3146e6822cb55f8a8fb7ed6c358375cb8 Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
@@ -108,7 +108,7 @@ class ElasticAccountIndex extends AbstractElasticIndex<Account.Id, AccountState>
|
|||||||
.addAction(insert(ACCOUNTS, as))
|
.addAction(insert(ACCOUNTS, as))
|
||||||
.refresh(refresh)
|
.refresh(refresh)
|
||||||
.build();
|
.build();
|
||||||
JestResult result = client.execute(bulk);
|
JestResult result = client.execute(bulk);
|
||||||
if (!result.isSucceeded()) {
|
if (!result.isSucceeded()) {
|
||||||
throw new IOException(
|
throw new IOException(
|
||||||
String.format("Failed to replace account %s in index %s: %s",
|
String.format("Failed to replace account %s in index %s: %s",
|
||||||
|
Reference in New Issue
Block a user