Skip to content

Commit 25b8d64

Browse files
0AndWildsbrannen
authored andcommitted
Fix typo in HttpServiceProxyFactory example
Closes gh-36736 Signed-off-by: 박건영(Parkgunyoung) <parkky3563@gmail.com>
1 parent d72da90 commit 25b8d64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

framework-docs/modules/ROOT/pages/integration/rest-clients.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ built-in decorators to suppress 404 exceptions and return a `ResponseEntity` wit
11791179
[source,java,indent=0,subs="verbatim,quotes"]
11801180
----
11811181
// For RestClient
1182-
HttpServiceProxyFactory factory = HttpServiceProxyFactory.builderFor(restCqlientAdapter)
1182+
HttpServiceProxyFactory factory = HttpServiceProxyFactory.builderFor(restClientAdapter)
11831183
.exchangeAdapterDecorator(NotFoundRestClientAdapterDecorator::new)
11841184
.build();
11851185

0 commit comments

Comments
 (0)