Skip to content

Commit b93d266

Browse files
committed
Fixed ConnectionSpecConnectionFactoryAdapter explanation
Issue: SPR-9466
1 parent 57bf643 commit b93d266

File tree

1 file changed

+3
-3
lines changed
  • spring-framework-reference/src

1 file changed

+3
-3
lines changed

spring-framework-reference/src/cci.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@
164164
allows for specifying a <interfacename>ConnectionSpec</interfacename>
165165
instance to use for all operations on a given factory. If the adapter's
166166
<literal>connectionSpec</literal> property is specified, the adapter
167-
uses the <literal>getConnection</literal> variant without argument, else
168-
the one with the <interfacename>ConnectionSpec</interfacename>
169-
argument.</para>
167+
uses the <literal>getConnection</literal> variant with the
168+
<interfacename>ConnectionSpec</interfacename> argument, otherwise
169+
the variant without argument.</para>
170170

171171
<programlisting language="xml">&lt;bean id="managedConnectionFactory"
172172
class="com.sun.connector.cciblackbox.CciLocalTxManagedConnectionFactory"&gt;

0 commit comments

Comments
 (0)