Skip to content

Commit fa9fbcb

Browse files
Fix tab overflow in reference documentation.
Closes: #4575
1 parent b7eedad commit fa9fbcb

File tree

1 file changed

+2
-0
lines changed
  • src/main/antora/modules/ROOT/pages/mongodb/mapping

1 file changed

+2
-0
lines changed

src/main/antora/modules/ROOT/pages/mongodb/mapping/mapping.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ The following example shows the configuration:
289289
======
290290
Java::
291291
+
292+
====
292293
[source,java,indent=0,subs="verbatim,quotes",role="primary"]
293294
----
294295
@Configuration
@@ -323,6 +324,7 @@ public class MongoConfig extends AbstractMongoClientConfiguration {
323324
<1> The mapping base package defines the root path used to scan for entities used to pre initialize the `MappingContext`.
324325
By default the configuration classes package is used.
325326
<2> Configure additional custom converters for specific domain types that replace the default mapping procedure for those types with your custom implementation.
327+
====
326328
327329
XML::
328330
+

0 commit comments

Comments
 (0)