diff --git a/framework-docs/modules/ROOT/pages/integration/rest-clients.adoc b/framework-docs/modules/ROOT/pages/integration/rest-clients.adoc index 4dd3ce2daed..04104de014f 100644 --- a/framework-docs/modules/ROOT/pages/integration/rest-clients.adoc +++ b/framework-docs/modules/ROOT/pages/integration/rest-clients.adoc @@ -1179,7 +1179,7 @@ built-in decorators to suppress 404 exceptions and return a `ResponseEntity` wit [source,java,indent=0,subs="verbatim,quotes"] ---- // For RestClient - HttpServiceProxyFactory factory = HttpServiceProxyFactory.builderFor(restCqlientAdapter) + HttpServiceProxyFactory factory = HttpServiceProxyFactory.builderFor(restClientAdapter) .exchangeAdapterDecorator(NotFoundRestClientAdapterDecorator::new) .build();