diff --git a/spring-boot/src/main/java/org/springframework/boot/context/embedded/ServletRegistrationBean.java b/spring-boot/src/main/java/org/springframework/boot/context/embedded/ServletRegistrationBean.java index 05912dc4add..09939603d48 100644 --- a/spring-boot/src/main/java/org/springframework/boot/context/embedded/ServletRegistrationBean.java +++ b/spring-boot/src/main/java/org/springframework/boot/context/embedded/ServletRegistrationBean.java @@ -36,7 +36,7 @@ import org.springframework.boot.web.servlet.ServletContextInitializer; * @author Phillip Webb * @see ServletContextInitializer * @see ServletContext#addServlet(String, Servlet) - * @deprecated as of 1.4 in favor of org.springframework.boot.web.ServletRegistrationBean + * @deprecated as of 1.4 in favor of org.springframework.boot.web.servlet.ServletRegistrationBean */ @Deprecated public class ServletRegistrationBean