Merge branch '6.1.x'

This commit is contained in:
Stéphane Nicoll 2024-03-22 16:33:17 +01:00
commit cf4ac96688
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
}
}

View File

@ -200,6 +200,7 @@
<module name="com.puppycrawl.tools.checkstyle.checks.UpperEllCheck"/>
<module name="com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck"/>
<module name="com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck"/>
<module name="UnnecessarySemicolonInEnumeration"/>
<!-- Regexp -->
<module name="com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck">