Fix link to Javadoc API

See gh-27151
This commit is contained in:
Stephane Nicoll
2021-07-11 09:09:46 +02:00
parent e719bc2cda
commit 98685e8be7
2 changed files with 2 additions and 2 deletions

View File

@@ -1637,7 +1637,7 @@ The following listing shows an example configuration:
Note that the target object (`businessObjectTarget` in the preceding example) must be a
prototype. This lets the `PoolingTargetSource` implementation create new instances
of the target to grow the pool as necessary. See the {api-spring-framework}aop/target/AbstractPoolingTargetSource.html[javadoc of
of the target to grow the pool as necessary. See the {api-spring-framework}/aop/target/AbstractPoolingTargetSource.html[javadoc of
`AbstractPoolingTargetSource`] and the concrete subclass you wish to use for information
about its properties. `maxSize` is the most basic and is always guaranteed to be present.