We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3176ad commit fac3898Copy full SHA for fac3898
bson/src/main/org/bson/codecs/BsonTypeClassMap.java
@@ -43,7 +43,7 @@
43
* <p>The default mappings are:</p>
44
*
45
* <ul>
46
- * <li><em>DOCUMENT</em>: {@code org.mongodb.Document.class} </li>
+ * <li><em>DOCUMENT</em>: {@code org.bson.Document.class} </li>
47
* <li><em>ARRAY</em>: {@code java.util.List.class} </li>
48
* <li><em>DATE_TIME</em>: {@code java.util.Date.class} </li>
49
* <li><em>BOOLEAN</em>: {@code java.lang.Boolean.class} </li>
0 commit comments