parent
a6dd63f9ca
commit
9b8da04e64
|
@ -1317,7 +1317,6 @@ public abstract class AbstractBeanFactory extends FactoryBeanRegistrySupport imp
|
||||||
|
|
||||||
if (mbd == null || mbd.stale) {
|
if (mbd == null || mbd.stale) {
|
||||||
previous = mbd;
|
previous = mbd;
|
||||||
mbd = null;
|
|
||||||
if (bd.getParentName() == null) {
|
if (bd.getParentName() == null) {
|
||||||
// Use copy of given root bean definition.
|
// Use copy of given root bean definition.
|
||||||
if (bd instanceof RootBeanDefinition) {
|
if (bd instanceof RootBeanDefinition) {
|
||||||
|
|
Loading…
Reference in New Issue