From 5b537e96042aa6228c754002f1150e329161fcb1 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Sun, 21 Feb 2010 02:13:41 +0000 Subject: [PATCH] minor typo fixes --- 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 db22288414..cb5d5cc830 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