From fa9fbcb2edca6e32e7c154b2876a9a4c01762f5f Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Thu, 30 Nov 2023 15:52:05 +0100 Subject: [PATCH] Fix tab overflow in reference documentation. Closes: #4575 --- src/main/antora/modules/ROOT/pages/mongodb/mapping/mapping.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/antora/modules/ROOT/pages/mongodb/mapping/mapping.adoc b/src/main/antora/modules/ROOT/pages/mongodb/mapping/mapping.adoc index 9283ad9be..4d4ddb62f 100644 --- a/src/main/antora/modules/ROOT/pages/mongodb/mapping/mapping.adoc +++ b/src/main/antora/modules/ROOT/pages/mongodb/mapping/mapping.adoc @@ -289,6 +289,7 @@ The following example shows the configuration: ====== Java:: + +==== [source,java,indent=0,subs="verbatim,quotes",role="primary"] ---- @Configuration @@ -323,6 +324,7 @@ public class MongoConfig extends AbstractMongoClientConfiguration { <1> The mapping base package defines the root path used to scan for entities used to pre initialize the `MappingContext`. By default the configuration classes package is used. <2> Configure additional custom converters for specific domain types that replace the default mapping procedure for those types with your custom implementation. +==== XML:: +