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 f5e961cb6c
commit ef6cb7eda0
+1 -1
View File
@@ -623,7 +623,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" />
----
====