From 3339356a552a446d9115c70f4f84290b32643f78 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Fri, 22 Jan 2010 10:02:12 +0000 Subject: [PATCH] fixed typo (SPR-6748) --- spring-framework-reference/src/aop-api.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-framework-reference/src/aop-api.xml b/spring-framework-reference/src/aop-api.xml index 832c4f9d48..210079f032 100644 --- a/spring-framework-reference/src/aop-api.xml +++ b/spring-framework-reference/src/aop-api.xml @@ -1824,7 +1824,7 @@ Object oldTarget = swapper.swap(newTarget); Note that the target object - "businessObjectTarget" in the example - must be a prototype. This allows the PoolingTargetSource 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 AbstractPoolingTargetSource and the concrete subclass you wish to use for information about its properties: "maxSize" is the most basic, and always guaranteed to be present.