diff --git a/src/docbkx/reference/mapping.xml b/src/docbkx/reference/mapping.xml
index 10f73bc1a..2f7a23b02 100644
--- a/src/docbkx/reference/mapping.xml
+++ b/src/docbkx/reference/mapping.xml
@@ -27,7 +27,7 @@
-
+
@@ -36,9 +36,7 @@
This sets up the right objects in the ApplicationContext to perform the full gamut
of mapping operations. The base-package property tells it where to scan for
classes annotated with the @org.springframework.data.document.mongodb.mapping.Document
- annotation and the autowire property tells it whether to pass mapped domain objects through the
- Spring ApplicationContext's autowiring mechanism, allowing you to use
- @org.springframework.beans.factory.annotation.Autowired inside your domain objects.
+ annotation.