Skip to content

Commit 0329df2

Browse files
committed
Polish error message in BeanFactoryAnnotationUtils
1 parent 1fd9975 commit 0329df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-beans/src/main/java/org/springframework/beans/factory/annotation/BeanFactoryAnnotationUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ private static <T> T qualifiedBeanOfType(ConfigurableListableBeanFactory bf, Cla
9595
else {
9696
throw new IllegalStateException("No matching " + beanType.getSimpleName() +
9797
" bean found for qualifier '" + qualifier + "' - neither qualifier " +
98-
"match nor bean name match!");
98+
"nor bean name matches!");
9999
}
100100
}
101101

0 commit comments

Comments
 (0)