We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68990a commit 3ab8c66Copy full SHA for 3ab8c66
src/main/java/org/springframework/data/config/ConfigurationUtils.java
@@ -97,7 +97,7 @@ public static String getRequiredBeanClassName(BeanDefinition beanDefinition) {
97
98
if (result == null) {
99
throw new IllegalArgumentException(
100
- String.format("Could not obtain required bean class name from BeanDefinition", beanDefinition));
+ String.format("Could not obtain required bean class name from BeanDefinition %s", beanDefinition));
101
}
102
103
return result;
0 commit comments