Skip to content

Commit b35da5b

Browse files
committed
Merge branch '7.0.x'
2 parents 367a620 + 25b8d64 commit b35da5b

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
@@ -1252,7 +1252,7 @@ built-in decorators to suppress 404 exceptions and return a `ResponseEntity` wit
12521252
[source,java,indent=0,subs="verbatim,quotes"]
12531253
----
12541254
// For RestClient
1255-
HttpServiceProxyFactory factory = HttpServiceProxyFactory.builderFor(restCqlientAdapter)
1255+
HttpServiceProxyFactory factory = HttpServiceProxyFactory.builderFor(restClientAdapter)
12561256
.exchangeAdapterDecorator(NotFoundRestClientAdapterDecorator::new)
12571257
.build();
12581258

0 commit comments

Comments
 (0)