Polishing

This commit is contained in:
Juergen Hoeller
2025-12-05 16:23:12 +01:00
parent 97b9517918
commit 8041a09268
2 changed files with 10 additions and 1 deletions
@@ -630,7 +630,7 @@ public abstract class AbstractApplicationContext extends DefaultResourceLoader
finishRefresh();
}
catch (RuntimeException | Error ex ) {
catch (RuntimeException | Error ex) {
if (logger.isWarnEnabled()) {
logger.warn("Exception encountered during context initialization - " +
"cancelling refresh attempt: " + ex);