Skip to content

Commit 9f0b6c4

Browse files
committed
remove redundant uses of example
1 parent 52410c6 commit 9f0b6c4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ package:
285285

286286
* - ``BsonRepresentation``
287287
- Specifies the BSON type used to store the value when different from the
288-
POJO property. See an example of :ref:`bsonrepresentation-annotation-code-example` on this page.
288+
POJO property. See the :ref:`bsonrepresentation-annotation-code-example` on this page.
289289

290290
* - ``BsonId``
291291
- Marks a property to serialize as the _id property.
@@ -312,7 +312,8 @@ package:
312312
| - `BsonDocument <{+api+}/apidocs/bson/org/bson/BsonDocument.html>`__
313313
| - ``Map<String, Object>``
314314
|
315-
| See an example of a :ref:`BsonExtraElements Annotation Example <bsonextraelements-annotation-code-example>`.
315+
| See the :ref:`BsonExtraElements Annotation Example
316+
<bsonextraelements-annotation-code-example>` on this page.
316317

317318
The following code snippet shows a sample POJO called ``Product`` that uses
318319
several of the preceding annotations.
@@ -601,9 +602,9 @@ POJO:
601602
- identify the constructor using the ``BsonCreator`` annotation
602603

603604
For an example of setting the ``ANNOTATION_CONVENTION``, see the
604-
:ref:`ANNOTATION_CONVENTION example <bson-annotation-convention>`.
605+
:ref:`ANNOTATION_CONVENTION tip <bson-annotation-convention>`.
605606
For an example of the ``BsonCreator`` annotation, see the
606-
:ref:`POJO with annotation code example <bson-annotation-code-example>`.
607+
:ref:`sample POJO code <bson-annotation-code-example>`.
607608

608609
.. _pojo-serialization-customization:
609610

0 commit comments

Comments
 (0)