Skip to content

Commit 0c8f176

Browse files
committed
DATAMONGO-2118 - Polishing.
Fix typo in reactive repositories reference documentation. Original pull request: spring-projects#611.
1 parent c900ceb commit 0c8f176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Note that the entity defined in the preceding example has a property named `id`
4747
====
4848
[source]
4949
----
50-
public interface ReactivePersonRepository extends ReactiveSortingRepository<Person, Long> {
50+
public interface ReactivePersonRepository extends ReactiveSortingRepository<Person, String> {
5151
5252
Flux<Person> findByFirstname(String firstname); <1>
5353

0 commit comments

Comments
 (0)