Skip to content

Commit ef6cb7e

Browse files
Oleksandr Mandrykmp911de
authored andcommitted
DATACMNS-902 - Fix attribute name in example showing how to define a custom repository base class.
Original pull request: #173.
1 parent f5e961c commit ef6cb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/repositories.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ A corresponding attribute is available in the XML namespace.
623623
[source, xml]
624624
----
625625
<repositories base-package="com.acme.repository"
626-
repository-base-class="….MyRepositoryImpl" />
626+
base-class="….MyRepositoryImpl" />
627627
----
628628
====
629629

0 commit comments

Comments
 (0)