Merge branch '6.1.x'

This commit is contained in:
Stéphane Nicoll
2024-03-22 16:33:17 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -2520,7 +2520,7 @@ public class DefaultListableBeanFactory extends AbstractAutowireCapableBeanFacto
private enum PreInstantiation {
MAIN, BACKGROUND;
MAIN, BACKGROUND
}
}