From f3d00579a803f1a43de36deed9279969108cd31f Mon Sep 17 00:00:00 2001 From: Strong Liu Date: Wed, 30 Mar 2011 18:55:24 +0800 Subject: [PATCH] HHH-6057 documentation, hibernate.cfg.xml references wrong hbm path --- .../manual/src/main/docbook/en-US/content/tutorial.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hibernate-documentation/manual/src/main/docbook/en-US/content/tutorial.xml b/hibernate-documentation/manual/src/main/docbook/en-US/content/tutorial.xml index 89909dfbbc..d5e0bf445e 100644 --- a/hibernate-documentation/manual/src/main/docbook/en-US/content/tutorial.xml +++ b/hibernate-documentation/manual/src/main/docbook/en-US/content/tutorial.xml @@ -921,8 +921,8 @@ public class Person { Finally, add the new mapping to Hibernate's configuration: - -]]> + +]]> Create an association between these two entities. Persons