Skip to content

Commit 5346b8d

Browse files
Deleting unecessary line
1 parent 34a8fbf commit 5346b8d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

java/10_find.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@
169169
"outputs": [],
170170
"source": [
171171
"Bson booksAfter2008 = gt(\"year\", 2008);\n",
172-
"FindIterable<Document> cursor = books.find(booksAfter2008);\n",
173172
"\n",
174173
"books.find(booksAfter2008)\n",
175174
" .forEach(b -> System.out.println(\"Book: \" + b.toJson())); "

0 commit comments

Comments
 (0)