fixed typo (SPR-6748)
This commit is contained in:
parent
b7f143ae58
commit
3339356a55
|
|
@ -1824,7 +1824,7 @@ Object oldTarget = swapper.swap(newTarget);</programlisting></para>
|
||||||
<para>Note that the target object - "businessObjectTarget" in the
|
<para>Note that the target object - "businessObjectTarget" in the
|
||||||
example - <emphasis>must</emphasis> be a prototype. This allows the
|
example - <emphasis>must</emphasis> be a prototype. This allows the
|
||||||
<literal>PoolingTargetSource</literal> implementation to create new
|
<literal>PoolingTargetSource</literal> implementation to create new
|
||||||
instances of the target to grow the pool as necessary. See the havadoc
|
instances of the target to grow the pool as necessary. See the javadoc
|
||||||
for <literal>AbstractPoolingTargetSource</literal> and the concrete
|
for <literal>AbstractPoolingTargetSource</literal> and the concrete
|
||||||
subclass you wish to use for information about its properties: "maxSize"
|
subclass you wish to use for information about its properties: "maxSize"
|
||||||
is the most basic, and always guaranteed to be present.</para>
|
is the most basic, and always guaranteed to be present.</para>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue