We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a34b0d commit a942362Copy full SHA for a942362
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