Delete unnecessary variable assignment
Closes gh-23955
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user