Skip to content

Commit 646b22e

Browse files
committed
tweaks to bullet issue
1 parent 3ebef66 commit 646b22e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/fundamentals/data-formats/pojo-customization.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,10 @@ 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+
|
312+
| - `Document <{+api+}/apidocs/bson/org/bson/Document.html>`__
313+
| - `BsonDocument <{+api+}/apidocs/bson/org/bson/BsonDocument.html>`__
314+
| - ``Map<String, Object>``
314315
|
315316
| See an example of a :ref:`BsonExtraElements Annotation Example <bsonextraelements-annotation-code-example>`.
316317

0 commit comments

Comments
 (0)