Fix @since tags in ScopedProxyUtils[Tests]

See gh-23514
This commit is contained in:
Sam Brannen
2019-08-27 16:01:50 +02:00
parent 686f30a378
commit 1ec9721617
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ public abstract class ScopedProxyUtils {
* @return the original bean name
* @throws IllegalArgumentException if the supplied bean name does not refer
* to the target of a scoped proxy
* @since 5.2
* @since 5.1.10
* @see #getTargetBeanName(String)
* @see #isScopedTarget(String)
*/