Commit 2bf80734 authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

See gh-18440
parent b240c810
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment