We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f4da52 + a942362 commit f094c46Copy full SHA for f094c46
spring-beans/src/main/java/org/springframework/beans/factory/support/DefaultListableBeanFactory.java
@@ -177,7 +177,7 @@ public class DefaultListableBeanFactory extends AbstractAutowireCapableBeanFacto
177
/** Map from bean name to merged BeanDefinitionHolder. */
178
private final Map<String, BeanDefinitionHolder> mergedBeanDefinitionHolders = new ConcurrentHashMap<>(256);
179
180
- // Set of bean definition names with a primary marker. */
+ /** Set of bean definition names with a primary marker. */
181
private final Set<String> primaryBeanNames = ConcurrentHashMap.newKeySet(16);
182
183
/** Map of singleton and non-singleton bean names, keyed by dependency type. */
0 commit comments