This commit is contained in:
George Narroway 2022-10-04 19:06:49 +08:00
parent cddcae94e6
commit e84af3e0ce

View file

@ -5,7 +5,8 @@
(:import (com.mongodb MongoNamespace)
(com.mongodb.client MongoDatabase MongoCollection ClientSession)
(com.mongodb.client.model IndexModel)
(java.util List)))
(java.util List)
(org.bson Document)))
(set! *warn-on-reflection* true)