Skip to content

Commit 2813897

Browse files
author
Lev Zemlyanov
committed
MINOR: checkstyle
Signed-off-by: Lev Zemlyanov <lev@confluent.io>
1 parent 87b4610 commit 2813897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/confluent/connect/elasticsearch/jest/JestElasticsearchClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ private boolean indexExists(String index) {
196196
try {
197197
JestResult result = client.execute(action);
198198
boolean exists = result.isSucceeded();
199-
if(exists) {
199+
if (exists) {
200200
indexCache.add(index);
201201
}
202202
return exists;

0 commit comments

Comments
 (0)