From 397c9cc2c8da5b974e3b19325660db07543f9a3a Mon Sep 17 00:00:00 2001 From: markpollack Date: Fri, 10 Oct 2008 16:04:52 +0000 Subject: [PATCH] fix docs. --- doc/reference/src/dbprovider.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/reference/src/dbprovider.xml b/doc/reference/src/dbprovider.xml index 087f83ab..12a26468 100644 --- a/doc/reference/src/dbprovider.xml +++ b/doc/reference/src/dbprovider.xml @@ -478,7 +478,8 @@ TargetDbProviders. The key of this dictionary contains the name of a dbProvider and its value is a dbProvider object. (You can also provide this dictionary as a constructor argument.) -During request processing, once you have determined which target + + During request processing, once you have determined which target dbProvider should be use, in this example database1ProviderName, you should execute the following code is you are using Spring 1.2 M1 or later @@ -515,7 +516,6 @@ LogicalThreadContext.SetData(MultiDelegatingDbProvider.CURRENT_DBPROVIDER_SLOTNA <property name="TargetDbProviders" ref="dbProviderDictionary"/> </object> - \ No newline at end of file