Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Oct 15, 2019
1 parent b240c81 commit 2bf8073
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ private static Method findFactoryMethodUsingReflection(ConfigurableListableBeanF
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();
Expand Down

0 comments on commit 2bf8073

Please sign in to comment.