Polish error message in BeanFactoryAnnotationUtils

This commit is contained in:
Sam Brannen 2012-07-28 18:37:22 +02:00
parent 1fd9975e21
commit 0329df218e
1 changed files with 1 additions and 1 deletions

View File

@ -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!");
}
}