Skip to content

Commit 3ebef66

Browse files
committed
tweaks based on internal review feedback - indentation issues
1 parent 697f184 commit 3ebef66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

317317
The following code snippet shows a sample POJO called ``Product`` that uses
318318
several of the preceding annotations.

0 commit comments

Comments
 (0)