Polish whitespace in ConfigurationClassEnhancer

master
Chris Beams 13 years ago
parent 06d06d4aa9
commit 866999764d
  1. 3
      org.springframework.context/src/main/java/org/springframework/context/annotation/ConfigurationClassEnhancer.java

@ -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);
}

Loading…
Cancel
Save