From 97c305452ecf5642672a71f03dd9a3b52e581e65 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Thu, 16 Jun 2011 21:18:17 +0200 Subject: [PATCH] Fix bug in docs --- en/reference/association-mapping.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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