From 16f62e23a895ee7410b3ceba51fad2c3bf77efa1 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Sun, 21 Feb 2010 02:13:41 +0000 Subject: [PATCH] minor typo fixes git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3021 50f2f4bb-b051-0410-bef5-90022cba6387 --- spring-framework-reference/src/orm.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-framework-reference/src/orm.xml b/spring-framework-reference/src/orm.xml index db222884149..cb5d5cc830e 100644 --- a/spring-framework-reference/src/orm.xml +++ b/spring-framework-reference/src/orm.xml @@ -821,7 +821,7 @@ TR: REVISED, PLS REVIEW. It's not very clear. I've revised it. It refers to non- PlatformTransactionManager instance as the value of the jtaTransactionManager property - for LocalSessionFactoryBea. Spring then makes + for LocalSessionFactoryBean. Spring then makes the object available to Hibernate. @@ -860,7 +860,7 @@ TR: OK AS IS. This is very container dependent, and either case is possible.-->T - Among other activities, this synchronizationcan + Among other activities, this synchronization can trigger a callback by Spring to Hibernate, through Hibernate's afterTransactionCompletion callback (used