diff --git a/en/reference/association-mapping.rst b/en/reference/association-mapping.rst index 72feecc9d..d2ebd72eb 100644 --- a/en/reference/association-mapping.rst +++ b/en/reference/association-mapping.rst @@ -819,6 +819,7 @@ class: + Note that the @JoinColumn is not really necessary in this example, as the defaults would be the same. @@ -1054,7 +1055,7 @@ one is bidirectional. // ... } - .. code-block:: + .. code-block:: xml @@ -1075,7 +1076,7 @@ one is bidirectional. - .. code-block:: + .. code-block:: yaml User: type: entity