Skip to content

Commit 1d5273c

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 eb20293 commit 1d5273c

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
@@ -732,7 +732,7 @@ A corresponding attribute is available in the XML namespace.
732732
[source, xml]
733733
----
734734
<repositories base-package="com.acme.repository"
735-
repository-base-class="….MyRepositoryImpl" />
735+
base-class="….MyRepositoryImpl" />
736736
----
737737
====
738738

0 commit comments

Comments
 (0)