Skip to content

Commit c900ceb

Browse files
mona-mohamadiniamp911de
authored andcommitted
DATAMONGO-2118 - Fix typo in repositories reference documentation.
Original pull request: spring-projects#611.
1 parent 9072e0a commit c900ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/reference/mongo-repositories.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Note that the domain type shown in the preceding example has a property named `i
3434
====
3535
[source]
3636
----
37-
public interface PersonRepository extends PagingAndSortingRepository<Person, Long> {
37+
public interface PersonRepository extends PagingAndSortingRepository<Person, String> {
3838
3939
// additional custom query methods go here
4040
}

0 commit comments

Comments
 (0)