From f3504b2fd5cf61a91cd9055d9401c87a9144c51b Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 21 Nov 2013 15:53:22 -0800 Subject: [PATCH] Fix docs sample for ConversionServiceFactoryBean Fix the reference documentation example for ConversionServiceFactoryBean to use a `` instead of a ``. Issue: SPR-10802 --- src/asciidoc/index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index fe86ce65ad..230fe576b9 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -10335,9 +10335,9 @@ either of the Converter, ConverterFactory, or GenericConverter interfaces. - + - + ----