@@ -1327,7 +1327,7 @@ public void registerBeanDefinition(String beanName, BeanDefinition beanDefinitio
1327
1327
else { // alias pointing to non-existing bean definition
1328
1328
throw new BeanDefinitionStoreException (beanDefinition .getResourceDescription (), beanName ,
1329
1329
"Cannot register bean definition for bean '" + beanName +
1330
- "' since there is already an alias for bean '" + aliasedName + "' bound." );
1330
+ "' since there is already an alias for bean '" + aliasedName + "' bound." );
1331
1331
}
1332
1332
}
1333
1333
else {
@@ -2208,7 +2208,7 @@ else if (candidatePriority < highestPriority) {
2208
2208
if (highestPriorityConflictDetected ) {
2209
2209
throw new NoUniqueBeanDefinitionException (requiredType , candidates .size (),
2210
2210
"Multiple beans found with the same highest priority (" + highestPriority +
2211
- ") among candidates: " + candidates .keySet ());
2211
+ ") among candidates: " + candidates .keySet ());
2212
2212
2213
2213
}
2214
2214
return highestPriorityBeanName ;
@@ -2337,7 +2337,7 @@ private void raiseNoMatchingBeanFound(
2337
2337
2338
2338
throw new NoSuchBeanDefinitionException (resolvableType ,
2339
2339
"expected at least 1 bean which qualifies as autowire candidate. " +
2340
- "Dependency annotations: " + ObjectUtils .nullSafeToString (descriptor .getAnnotations ()));
2340
+ "Dependency annotations: " + ObjectUtils .nullSafeToString (descriptor .getAnnotations ()));
2341
2341
}
2342
2342
2343
2343
/**
@@ -2815,4 +2815,4 @@ private enum PreInstantiation {
2815
2815
MAIN , BACKGROUND
2816
2816
}
2817
2817
2818
- }
2818
+ }
0 commit comments