Make nested ckass public

So that it is fully introspectable with BeanInfo (Java Beans).
Prevents a WARN log on startup about ambiguous write methods.
This commit is contained in:
Dave Syer
2017-11-01 16:54:16 +00:00
parent 707787dc13
commit e388b5c4d2

View File

@@ -431,7 +431,7 @@ public class GenericScope implements Scope, BeanFactoryPostProcessor,
}
@SuppressWarnings("serial")
protected class LockedScopedProxyFactoryBean extends ScopedProxyFactoryBean
public class LockedScopedProxyFactoryBean extends ScopedProxyFactoryBean
implements MethodInterceptor {
private String targetBeanName;