Polish whitespace in ConfigurationClassEnhancer

This commit is contained in:
Chris Beams 2011-12-10 19:31:18 +00:00
parent 06d06d4aa9
commit 866999764d
1 changed files with 8 additions and 7 deletions

View File

@ -255,7 +255,8 @@ class ConfigurationClassEnhancer {
if (factoryBean instanceof ScopedProxyFactoryBean) {
// pass through - scoped proxy factory beans are a special case and should not
// be further proxied
} else {
}
else {
// it is a candidate FactoryBean - go ahead with enhancement
return enhanceFactoryBean(factoryBean.getClass(), beanName);
}