Skip to content

Commit dbfbc48

Browse files
committed
DATACMNS-786 - Fixed typo in section of repository populators in reference documentation.
1 parent 8b6c94f commit dbfbc48

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
@@ -835,7 +835,7 @@ You can easily populate your repositories by using the populator elements of the
835835
http://www.springframework.org/schema/data/repository
836836
http://www.springframework.org/schema/data/repository/spring-repository.xsd">
837837
838-
<repository:jackson-populator locations="classpath:data.json" />
838+
<repository:jackson2-populator locations="classpath:data.json" />
839839
840840
</beans>
841841
----

0 commit comments

Comments
 (0)