Skip to content

Commit ef797c4

Browse files
Included limit import
1 parent c5ad5c2 commit ef797c4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

java/101_aggregation_pipeline_arrays.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
"import static com.mongodb.client.model.Aggregates.project;\n",
6565
"import static com.mongodb.client.model.Aggregates.sort;\n",
6666
"import static com.mongodb.client.model.Aggregates.addFields;\n",
67+
"import static com.mongodb.client.model.Aggregates.limit;\n",
68+
"\n",
6769
"\n",
6870
"import org.bson.Document;\n",
6971
"import org.bson.conversions.Bson;\n",

0 commit comments

Comments
 (0)