Browse Source

Polish

See gh-18440
pull/18612/head
Stephane Nicoll 6 years ago
parent
commit
2bf8073446
  1. 1
      spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBean.java

1
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBean.java

@ -216,7 +216,6 @@ public final class ConfigurationPropertiesBean { @@ -216,7 +216,6 @@ public final class ConfigurationPropertiesBean {
if (factoryMethodName == null || factoryBeanName == null) {
return null;
}
System.out.println("***** " + beanDefinition.getFactoryMethodName());
Class<?> factoryType = beanFactory.getType(factoryBeanName);
if (factoryType.getName().contains(ClassUtils.CGLIB_CLASS_SEPARATOR)) {
factoryType = factoryType.getSuperclass();

Loading…
Cancel
Save