Polishing

This commit is contained in:
Juergen Hoeller
2023-12-14 08:32:08 +01:00
parent 67e03105b5
commit ccaecab500
4 changed files with 16 additions and 36 deletions

View File

@@ -203,7 +203,7 @@ public abstract class AbstractApplicationContext extends DefaultResourceLoader
/** Flag that indicates whether this context has been closed already. */
private final AtomicBoolean closed = new AtomicBoolean();
/** Synchronization monitor for the "refresh" and "destroy". */
/** Synchronization monitor for "refresh" and "close". */
private final Object startupShutdownMonitor = new Object();
/** Reference to the JVM shutdown hook, if registered. */