Skip to content

Commit 1aabb42

Browse files
authored
Documentation fix.
Original Pull Request spring-projects#1663 Closes spring-projects#1662
1 parent 9854c01 commit 1aabb42

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
@@ -148,7 +148,7 @@ httpHeaders.add("some-header", "on every request") <.>
148148
149149
ClientConfiguration clientConfiguration = ClientConfiguration.builder()
150150
.connectedTo("localhost:9200", "localhost:9291") <.>
151-
.useSsl() <.>
151+
.usingSsl() <.>
152152
.withProxy("localhost:8888") <.>
153153
.withPathPrefix("ela") <.>
154154
.withConnectTimeout(Duration.ofSeconds(5)) <.>

0 commit comments

Comments
 (0)