Polish error message in BeanFactoryAnnotationUtils

master
Sam Brannen 12 years ago
parent 1fd9975e21
commit 0329df218e
  1. 2
      spring-beans/src/main/java/org/springframework/beans/factory/annotation/BeanFactoryAnnotationUtils.java

@ -95,7 +95,7 @@ public class BeanFactoryAnnotationUtils {
else { else {
throw new IllegalStateException("No matching " + beanType.getSimpleName() + throw new IllegalStateException("No matching " + beanType.getSimpleName() +
" bean found for qualifier '" + qualifier + "' - neither qualifier " + " bean found for qualifier '" + qualifier + "' - neither qualifier " +
"match nor bean name match!"); "nor bean name matches!");
} }
} }

Loading…
Cancel
Save