Skip to content

Commit

Permalink
Fix tab overflow in reference documentation.
Browse files Browse the repository at this point in the history
Closes: #4575
  • Loading branch information
christophstrobl committed Nov 30, 2023
1 parent a58223d commit 6f6b61d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -289,6 +289,7 @@ The following example shows the configuration:
======
Java::
+
====
[source,java,indent=0,subs="verbatim,quotes",role="primary"]
----
@Configuration
Expand Down Expand Up @@ -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::
+
Expand Down

0 comments on commit 6f6b61d

Please sign in to comment.