diff --git a/org.springframework.context/src/main/java/org/springframework/context/SmartLifecycle.java b/org.springframework.context/src/main/java/org/springframework/context/SmartLifecycle.java index 5306652438c..ffd4c92cb93 100644 --- a/org.springframework.context/src/main/java/org/springframework/context/SmartLifecycle.java +++ b/org.springframework.context/src/main/java/org/springframework/context/SmartLifecycle.java @@ -73,7 +73,7 @@ public interface SmartLifecycle extends Lifecycle, Phased { * the SmartLifecycle component does indeed stop. *
The {@code LifecycleProcessor} will call only 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);