Polishing

This commit is contained in:
Juergen Hoeller
2014-08-21 14:29:14 +02:00
parent 8eac87064d
commit 60e58a2012
3 changed files with 39 additions and 43 deletions

View File

@@ -379,7 +379,7 @@ public class DefaultSingletonBeanRegistry extends SimpleAliasRegistry implements
return;
}
// No entry yet -> fully synchronized manipulation of the dependentBeans Set
// No entry yet -> fully synchronized manipulation of the containedBeans Set
synchronized (this.containedBeanMap) {
containedBeans = this.containedBeanMap.get(containingBeanName);
if (containedBeans == null) {