Skip to content

Commit ef2600f

Browse files
committed
Documentation fix.
Original Pull Request #1663 Closes #1662 (cherry picked from commit 1aabb42)
1 parent ce67d81 commit ef2600f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/reference/elasticsearch-clients.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ httpHeaders.add("some-header", "on every request") <1>
154154
155155
ClientConfiguration clientConfiguration = ClientConfiguration.builder()
156156
.connectedTo("localhost:9200", "localhost:9291") <2>
157-
.useSsl() <3>
157+
.usingSsl() <3>
158158
.withProxy("localhost:8888") <4>
159159
.withPathPrefix("ela") <5>
160160
.withConnectTimeout(Duration.ofSeconds(5)) <6>

0 commit comments

Comments
 (0)