From 7d525d93829ce1f3eb384aecf52a0b0151dde760 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) git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2849 50f2f4bb-b051-0410-bef5-90022cba6387 --- 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 832c4f9d483..210079f0324 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.