Fix typo in SmartLifecycle Javadoc

Issue: SPR-8570
This commit is contained in:
Chris Beams 2011-08-04 14:07:36 +00:00
parent fc4ea16ba0
commit 6404440cbf
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ public interface SmartLifecycle extends Lifecycle, Phased {
* the SmartLifecycle component does indeed stop. * the SmartLifecycle component does indeed stop.
* <p>The {@code LifecycleProcessor} will call <i>only</i> this variant of the * <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 * {@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. * this method.
*/ */
void stop(Runnable callback); void stop(Runnable callback);