Skip to content

Commit 44397ca

Browse files
committed
MINOR: Fix checkstyle issues
1 parent 768d2be commit 44397ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/io/confluent/connect/elasticsearch/Validator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright 2020 Confluent Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public static HttpClientConfig getClientConfig(Map<String, String> props) {
163163
builder.defaultCredentials(config.username(), config.password().value())
164164
.preemptiveAuthTargetHosts(
165165
addresses.stream().map(addr -> HttpHost.create(addr)).collect(Collectors.toSet())
166-
);
166+
);
167167
}
168168

169169
if (config.secured()) {

0 commit comments

Comments
 (0)