DATAMONGO-2118 - Fix typo in repositories reference documentation.
Original pull request: #611.
This commit is contained in:
committed by
Mark Paluch
parent
aed9b4d0da
commit
da4ccaa975
@@ -34,7 +34,7 @@ Note that the domain type shown in the preceding example has a property named `i
|
||||
====
|
||||
[source]
|
||||
----
|
||||
public interface PersonRepository extends PagingAndSortingRepository<Person, Long> {
|
||||
public interface PersonRepository extends PagingAndSortingRepository<Person, String> {
|
||||
|
||||
// additional custom query methods go here
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user