提交 6404440c 编写于 作者: C Chris Beams

Fix typo in SmartLifecycle Javadoc

Issue: SPR-8570
上级 fc4ea16b
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册