Skip to content

Commit 682e23b

Browse files
committed
DATACMNS-786 - Fixed typo in section of repository populators in reference documentation.
1 parent 485e907 commit 682e23b

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
@@ -912,7 +912,7 @@ You can easily populate your repositories by using the populator elements of the
912912
http://www.springframework.org/schema/data/repository
913913
http://www.springframework.org/schema/data/repository/spring-repository.xsd">
914914
915-
<repository:jackson-populator locations="classpath:data.json" />
915+
<repository:jackson2-populator locations="classpath:data.json" />
916916
917917
</beans>
918918
----

0 commit comments

Comments
 (0)