mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix typo in SmartLifecycle Javadoc
Issue: SPR-8570
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ public interface SmartLifecycle extends Lifecycle, Phased {
|
||||
* the SmartLifecycle component does indeed stop.
|
||||
* <p>The {@code LifecycleProcessor} will call <i>only</i> this variant of the
|
||||
* {@code stop} method; i.e. {@link Lifecycle#stop()} will not be called for
|
||||
* {@link SmartLifecycle} implementations unless explicitly delegated to within the
|
||||
* {@link SmartLifecycle} implementations unless explicitly delegated to within
|
||||
* this method.
|
||||
*/
|
||||
void stop(Runnable callback);
|
||||
|
||||
Reference in New Issue
Block a user