From b93d266c753b15c58cd3878c92a4a32baab7a5ac Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Fri, 18 Jan 2013 13:47:27 +0100 Subject: [PATCH] Fixed ConnectionSpecConnectionFactoryAdapter explanation Issue: SPR-9466 --- spring-framework-reference/src/cci.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-framework-reference/src/cci.xml b/spring-framework-reference/src/cci.xml index 59e5cdce66..a05973092f 100644 --- a/spring-framework-reference/src/cci.xml +++ b/spring-framework-reference/src/cci.xml @@ -164,9 +164,9 @@ allows for specifying a ConnectionSpec instance to use for all operations on a given factory. If the adapter's connectionSpec property is specified, the adapter - uses the getConnection variant without argument, else - the one with the ConnectionSpec - argument. + uses the getConnection variant with the + ConnectionSpec argument, otherwise + the variant without argument. <bean id="managedConnectionFactory" class="com.sun.connector.cciblackbox.CciLocalTxManagedConnectionFactory">