mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polish error message in BeanFactoryAnnotationUtils
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ public class BeanFactoryAnnotationUtils {
|
||||
else {
|
||||
throw new IllegalStateException("No matching " + beanType.getSimpleName() +
|
||||
" bean found for qualifier '" + qualifier + "' - neither qualifier " +
|
||||
"match nor bean name match!");
|
||||
"nor bean name matches!");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user