Skip to content

Commit f094c46

Browse files
committed
Merge branch '6.2.x'
2 parents 7f4da52 + a942362 commit f094c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-beans/src/main/java/org/springframework/beans/factory/support/DefaultListableBeanFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public class DefaultListableBeanFactory extends AbstractAutowireCapableBeanFacto
177177
/** Map from bean name to merged BeanDefinitionHolder. */
178178
private final Map<String, BeanDefinitionHolder> mergedBeanDefinitionHolders = new ConcurrentHashMap<>(256);
179179

180-
// Set of bean definition names with a primary marker. */
180+
/** Set of bean definition names with a primary marker. */
181181
private final Set<String> primaryBeanNames = ConcurrentHashMap.newKeySet(16);
182182

183183
/** Map of singleton and non-singleton bean names, keyed by dependency type. */

0 commit comments

Comments
 (0)