fixed typo (SPR-6748)

This commit is contained in:
Juergen Hoeller 2010-01-22 10:02:12 +00:00
parent b7f143ae58
commit 3339356a55
1 changed files with 1 additions and 1 deletions

View File

@ -1824,7 +1824,7 @@ Object oldTarget = swapper.swap(newTarget);</programlisting></para>
<para>Note that the target object - "businessObjectTarget" in the
example - <emphasis>must</emphasis> be a prototype. This allows the
<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
subclass you wish to use for information about its properties: "maxSize"
is the most basic, and always guaranteed to be present.</para>