DATACMNS-902 - Fix attribute name in example showing how to define a custom repository base class.

Original pull request: #173.
This commit is contained in:
Oleksandr Mandryk
2016-08-21 00:44:33 +02:00
committed by Mark Paluch
parent eb2029310f
commit 1d5273c048

View File

@@ -732,7 +732,7 @@ A corresponding attribute is available in the XML namespace.
[source, xml]
----
<repositories base-package="com.acme.repository"
repository-base-class="….MyRepositoryImpl" />
base-class="….MyRepositoryImpl" />
----
====