File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
source/fundamentals/data-formats Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -308,11 +308,11 @@ package:
308308 - | Specifies the POJO field on which to deserialize all elements that are
309309 not mapped to a field. The POJO field must be one of the following
310310 types:
311- - `Document <{+api+}/apidocs/bson/org/bson/Document.html>`__
312- - `BsonDocument <{+api+}/apidocs/bson/org/bson/BsonDocument.html>`__
313- - ``Map<String, Object>``
311+ - `Document <{+api+}/apidocs/bson/org/bson/Document.html>`__
312+ - `BsonDocument <{+api+}/apidocs/bson/org/bson/BsonDocument.html>`__
313+ - ``Map<String, Object>``
314314 |
315- | See an example of :ref:`BsonExtraElements Annotation Example <bsonextraelements-annotation-code-example>`.
315+ | See an example of a :ref:`BsonExtraElements Annotation Example <bsonextraelements-annotation-code-example>`.
316316
317317The following code snippet shows a sample POJO called ``Product`` that uses
318318several of the preceding annotations.
You can’t perform that action at this time.
0 commit comments