See gh-18440
pull/18612/head
Stephane Nicoll 5 years ago
parent b240c810a8
commit 2bf8073446

@ -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