Skip to content

Commit 0f95edf

Browse files
committed
docs: update documentation mongodb
Signed-off-by: Otavio Santana <[email protected]>
1 parent e2ee793 commit 0f95edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ MongoDBTemplate template;
995995
...
996996
997997
Bson filter = eq("name", "Poliana");
998-
Stream<Person> stream = template.select("Person", filter);
998+
Stream<Person> stream = template.select(Person.class , filter);
999999
----
10001000

10011001
== OrientDB

0 commit comments

Comments
 (0)