From 17ae26b041898eba3e458414c141752364e1576c Mon Sep 17 00:00:00 2001 From: Gavin King Date: Wed, 4 May 2005 00:40:06 +0000 Subject: [PATCH] fix minor errof git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@6682 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- reference/en/modules/configuration.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/en/modules/configuration.xml b/reference/en/modules/configuration.xml index 8f5530330b..215440258f 100644 --- a/reference/en/modules/configuration.xml +++ b/reference/en/modules/configuration.xml @@ -892,7 +892,7 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect]]> If enabled, the session will be automatically closed during the - before completion phase of the transaction. (Very useful when + after completion phase of the transaction. (Very useful when using Hibernate with CMT.) eg.